8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:03:04 +01:00

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
This commit is contained in:
brodsom 2003-07-04 13:26:28 +00:00
parent 84b97f6144
commit 203b0a1007
4 changed files with 0 additions and 209 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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