From 203b0a100727ff438006a21423aade8456e033a0 Mon Sep 17 00:00:00 2001 From: brodsom Date: Fri, 4 Jul 2003 13:26:28 +0000 Subject: [PATCH] Remove replaced bats make6_debug.bat replaced with make6_all.bat DEBUG make6_release.bat replaced with make6_all.bat make7_debug.bat replaced with make7_all.bat DEBUG make7_release.bat replaced with make7_all.bat --- builds/win32/make6_debug.bat | 48 ---------------------------- builds/win32/make6_release.bat | 48 ---------------------------- builds/win32/make7_debug.bat | 58 ---------------------------------- builds/win32/make7_release.bat | 55 -------------------------------- 4 files changed, 209 deletions(-) delete mode 100644 builds/win32/make6_debug.bat delete mode 100644 builds/win32/make6_release.bat delete mode 100644 builds/win32/make7_debug.bat delete mode 100644 builds/win32/make7_release.bat diff --git a/builds/win32/make6_debug.bat b/builds/win32/make6_debug.bat deleted file mode 100644 index bf1fe4bf3e..0000000000 --- a/builds/win32/make6_debug.bat +++ /dev/null @@ -1,48 +0,0 @@ -@echo off - -@cd msvc6 -@if "%2"=="CLEAN" (call :CLEAN) else (call :NORMAL) -@call :MOVE -@goto :END - -::=========== -:CLEAN -@msdev Firebird2.dsw /MAKE "fbserver - Win32 Debug" "fbguard - Win32 Debug" "fb_lock_print - Win32 Debug" "fb_inet_server - Win32 Debug" "gbak - Win32 Debug" "gpre - Win32 Debug" "gsplit - Win32 Debug" "gdef - Win32 Debug" "gfix - Win32 Debug" "gsec - Win32 Debug" "gstat - Win32 Debug" "instreg - Win32 Debug" "instsvc - Win32 Debug" "isql - Win32 Debug" "qli - Win32 Debug" "gds32 - Win32 Debug" "fbclient - Win32 Debug" "ib_udf - Win32 Debug" "ib_util - Win32 Debug" "intl - Win32 Debug" "intlcpp - Win32 Debug" /REBUILD /OUT Firebird2.log -@goto :EOF - -::=========== -:NORMAL -@msdev Firebird2.dsw /MAKE "fbserver - Win32 Debug" "fbguard - Win32 Debug" "fb_lock_print - Win32 Debug" "fb_inet_server - Win32 Debug" "gbak - Win32 Debug" "gpre - Win32 Debug" "gsplit - Win32 Debug" "gdef - Win32 Debug" "gfix - Win32 Debug" "gsec - Win32 Debug" "gstat - Win32 Debug" "instreg - Win32 Debug" "instsvc - Win32 Debug" "isql - Win32 Debug" "qli - Win32 Debug" "gds32 - Win32 Debug" "fbclient - Win32 Debug" "ib_udf - Win32 Debug" "ib_util - Win32 Debug" "intl - Win32 Debug" "intlcpp - Win32 Debug" /OUT Firebird2.log -@goto :EOF - -::=========== -:MOVE -@del debug\firebird\bin\*.exp -@del debug\firebird\bin\*.lib -@cd .. -@rmdir /q /s output -@mkdir output -@mkdir output\bin -@mkdir output\intl -@mkdir output\udf -@mkdir output\help -@mkdir output\doc -@mkdir output\include -@mkdir output\lib -@copy msvc6\debug\firebird\bin\* output\bin -@copy msvc6\debug\firebird\intl\* output\intl -@copy msvc6\debug\firebird\udf\* output\udf -@copy gpre.exe output\bin -@copy dbs\jrd\SECURITY.FDB output\security.fdb -@copy dbs\qli\HELP.fdb output\help\help.fdb -@copy ..\..\ChangeLog output\doc\ChangeLog.txt -@copy ..\..\doc\WhatsNew output\doc\WhatsNew.txt -@copy ..\..\src\jrd\ibase.h output\include -@copy ..\..\src\include\gen\iberror.h output\include -@copy install_super.bat output\bin -@copy install_classic.bat output\bin -@copy uninstall.bat output\bin - -@goto :EOF - -:END \ No newline at end of file diff --git a/builds/win32/make6_release.bat b/builds/win32/make6_release.bat deleted file mode 100644 index 5ee0303d1d..0000000000 --- a/builds/win32/make6_release.bat +++ /dev/null @@ -1,48 +0,0 @@ -@echo off - -@cd msvc6 -@if "%1"=="CLEAN" (call :CLEAN) else (call :NORMAL) -@call :MOVE -@goto :END - -::=========== -:CLEAN -@msdev Firebird2.dsw /MAKE "fbserver - Win32 Release" "fbguard - Win32 Release" "fb_lock_print - Win32 Release" "fb_inet_server - Win32 Release" "gbak - Win32 Release" "gpre - Win32 Release" "gsplit - Win32 Release" "gdef - Win32 Release" "gfix - Win32 Release" "gsec - Win32 Release" "gstat - Win32 Release" "instreg - Win32 Release" "instsvc - Win32 Release" "isql - Win32 Release" "qli - Win32 Release" "gds32 - Win32 Release" "fbclient - Win32 Release" "ib_udf - Win32 Release" "ib_util - Win32 Release" "intl - Win32 Release" "intlcpp - Win32 Release" /REBUILD /OUT Firebird2.log -@goto :EOF - -::=========== -:NORMAL -@msdev Firebird2.dsw /MAKE "fbserver - Win32 Release" "fbguard - Win32 Release" "fb_lock_print - Win32 Release" "fb_inet_server - Win32 Release" "gbak - Win32 Release" "gpre - Win32 Release" "gsplit - Win32 Release" "gdef - Win32 Release" "gfix - Win32 Release" "gsec - Win32 Release" "gstat - Win32 Release" "instreg - Win32 Release" "instsvc - Win32 Release" "isql - Win32 Release" "qli - Win32 Release" "gds32 - Win32 Release" "fbclient - Win32 Release" "ib_udf - Win32 Release" "ib_util - Win32 Release" "intl - Win32 Release" "intlcpp - Win32 Release" /OUT Firebird2.log -@goto :EOF - -::=========== -:MOVE -@del release\firebird\bin\*.exp -@del release\firebird\bin\*.lib -@cd .. -@rmdir /q /s output -@mkdir output -@mkdir output\bin -@mkdir output\intl -@mkdir output\udf -@mkdir output\help -@mkdir output\doc -@mkdir output\include -@mkdir output\lib -@copy msvc6\release\firebird\bin\* output\bin -@copy msvc6\release\firebird\intl\* output\intl -@copy msvc6\release\firebird\udf\* output\udf -@copy gpre.exe output\bin -@copy dbs\jrd\SECURITY.FDB output\security.fdb -@copy dbs\qli\HELP.fdb output\help\help.fdb -@copy ..\..\ChangeLog output\doc\ChangeLog.txt -@copy ..\..\doc\WhatsNew output\doc\WhatsNew.txt -@copy ..\..\src\jrd\ibase.h output\include -@copy ..\..\src\include\gen\iberror.h output\include -@copy install_super.bat output\bin -@copy install_classic.bat output\bin -@copy uninstall.bat output\bin - -@goto :EOF - -:END \ No newline at end of file diff --git a/builds/win32/make7_debug.bat b/builds/win32/make7_debug.bat deleted file mode 100644 index 194f3885e8..0000000000 --- a/builds/win32/make7_debug.bat +++ /dev/null @@ -1,58 +0,0 @@ -@echo off - -if "%1"=="CLEAN" ( - call :CLEAN -) else ( - call :NORMAL - if "%1"=="MOVE" (call :MOVE) -) - -goto :END - -::=========== -:CLEAN -cd msvc7 -devenv Firebird2.sln /clean debug -cd .. -goto :EOF - -::=========== -:NORMAL -cd msvc7 -echo %time% >Firebird2.log -devenv Firebird2.sln /build debug /out Firebird2.log -del debug\firebird\bin\*.exp -del debug\firebird\bin\*.lib -cd .. -goto :EOF - -::=========== -:MOVE -rmdir /q /s output -mkdir output -mkdir output\bin -mkdir output\intl -mkdir output\intlcpp -mkdir output\udf -mkdir output\help -mkdir output\doc -mkdir output\include -mkdir output\lib -copy msvc7\debug\firebird\bin\* output\bin -copy msvc7\debug\firebird\intl\* output\intl -copy msvc7\debug\firebird\udf\* output\udf -copy msvc7\debug\firebird\intlcpp\* output\intlcpp -copy gpre.exe output\bin -copy dbs\jrd\SECURITY.FDB output\security.fdb -copy dbs\qli\HELP.fdb output\help\help.fdb -copy ..\..\ChangeLog output\doc\ChangeLog.txt -copy ..\..\doc\WhatsNew output\doc\WhatsNew.txt -copy ..\..\src\jrd\ibase.h output\include -copy ..\..\src\include\gen\iberror.h output\include -copy install_super.bat output\bin -copy install_classic.bat output\bin -copy uninstall.bat output\bin - -goto :EOF - -:END \ No newline at end of file diff --git a/builds/win32/make7_release.bat b/builds/win32/make7_release.bat deleted file mode 100644 index 831a81b103..0000000000 --- a/builds/win32/make7_release.bat +++ /dev/null @@ -1,55 +0,0 @@ -@echo off - -if "%1"=="CLEAN" (call :CLEAN) else ( - call :NORMAL - (if "%1"=="MOVE" (call :MOVE)) -) - -goto :END - -::=========== -:CLEAN -cd msvc7 -devenv Firebird2.sln /clean release -cd .. -goto :EOF - -::=========== -:NORMAL -cd msvc7 -devenv Firebird2.sln /build release -del release\firebird\bin\*.exp -del release\firebird\bin\*.lib -cd .. -goto :EOF - -::=========== -:MOVE -rmdir /q /s output -mkdir output -mkdir output\bin -mkdir output\intl -mkdir output\intlcpp -mkdir output\udf -mkdir output\help -mkdir output\doc -mkdir output\include -mkdir output\lib -copy msvc7\release\firebird\bin\* output\bin -copy msvc7\release\firebird\intl\* output\intl -copy msvc7\release\firebird\intlcpp\* output\intlcpp -copy msvc7\release\firebird\udf\* output\udf -copy gpre.exe output\bin -copy dbs\jrd\SECURITY.FDB output\security.fdb -copy dbs\qli\HELP.FDB output\help\help.fdb -copy ..\..\ChangeLog output\doc\ChangeLog.txt -copy ..\..\doc\WhatsNew output\doc\WhatsNew.txt -copy ..\..\src\jrd\ibase.h output\include -copy ..\..\src\include\gen\iberror.h output\include -copy install_super.bat output\bin -copy install_classic.bat output\bin -copy uninstall.bat output\bin - -goto :EOF - -:END \ No newline at end of file