|
From: Blas R. S. <br...@us...> - 2003-07-03 02:12:44
|
Build Version : T1.5.0.3617 Firebird 1.5 Release Candidate 4 (writeBuildNum.sh,v 1.3614 2003/07/03 02:12:41 brodsom Exp ) Update of /cvsroot/firebird/firebird2/builds/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv17916 Modified Files: build6_all.bat Log Message: Minor changes Index: build6_all.bat =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/build6_all.bat,v retrieving revision 1.4 retrieving revision 1.5 diff -b -U3 -r1.4 -r1.5 --- build6_all.bat 2 Jul 2003 14:40:30 -0000 1.4 +++ build6_all.bat 3 Jul 2003 02:12:41 -0000 1.5 @@ -26,7 +26,6 @@ @cd msvc6 @msdev Firebird2Boot.dsw /MAKE "fbclient_static - Win32 Release" "gpre_static - Win32 Release" /REBUILD /OUT boot2.log @cd .. -@echo Move gpre_static and fbclient_static @move msvc6\release\firebird\bin\gpre_static.exe . @move msvc6\release\fbclient_static\fbclient_static.lib temp\fbclient_static.lib @@ -39,7 +38,7 @@ @move msvc6\release\build_msg\build_msg.exe . @move msvc6\release\codes\codes.exe . @build_msg -D %DB_PATH%/generated/msg.fdb -@codes ..\..\src\include\gen +@codes %ROOT_PATH%\src\include\gen @echo Building BLR Table @call blrtable.bat @goto :NEXT_STEP |