|
From: Paul R. <pau...@us...> - 2007-01-31 14:27:38
|
Build Version : T2.1.0.14872 Firebird 2.1 Alpha 1 (writeBuildNum.sh,v 1.15028 2007/01/31 14:26:36 paul_reeves ) Update of /cvsroot/firebird/firebird2/builds/win32 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14094/builds/win32 Modified Files: Tag: B1_5_Release make_examples.bat Log Message: Remove references to RC1 Replace unmaintained i18n files with english language versions Misc changes to prepare for release of 1.5.4 Index: make_examples.bat =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/make_examples.bat,v retrieving revision 1.4.2.3 retrieving revision 1.4.2.4 diff -b -U3 -r1.4.2.3 -r1.4.2.4 --- make_examples.bat 5 Oct 2004 10:56:43 -0000 1.4.2.3 +++ make_examples.bat 31 Jan 2007 14:26:32 -0000 1.4.2.4 @@ -41,7 +41,7 @@ :: Here we must use cd because isql does not have an option to set a base directory @cd %ROOT_PATH%\gen\v5_examples @del empbuild.fdb 2> nul -@isql -i empbld.sql +@%FIREBIRD%\bin\isql -i empbld.sql @cd %ROOT_PATH%\builds\win32 @echo. |