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

Beautifying

This commit is contained in:
brodsom 2003-07-04 13:40:34 +00:00
parent 60f8352e92
commit bc6c9aa5b2
2 changed files with 4 additions and 0 deletions

View File

@ -15,11 +15,13 @@
::===========
:RELEASE
@echo Building...
@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" %CLEAN% /OUT Firebird2.log
@goto :EOF
::===========
:DEBUG
@echo Building...
@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" %CLEAN% /OUT Firebird2.log
@goto :EOF

View File

@ -15,11 +15,13 @@
::===========
:RELEASE
@echo Building...
devenv Firebird2.sln %CLEAN% /OUT Firebird2.log
@goto :EOF
::===========
:DEBUG
@echo Building...
devenv Firebird2.sln %CLEAN% debug /OUT Firebird2.log
@goto :EOF