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

Updated batch files.

This commit is contained in:
dimitr 2003-01-25 08:55:04 +00:00
parent c0a8fbf281
commit 35d3d6e95c
4 changed files with 8 additions and 7 deletions

View File

@ -13,6 +13,6 @@
@echo.
@echo Preprocessing the entire source tree...
@call preprocess.bat
@goto :EOF
@goto :END
:END

View File

@ -4,7 +4,7 @@
::===========
:MAIN
@if "%1"=="BOOT" (@call :MAKE_BOOT) else (@call :MAKE)
@goto :EOF
@goto :END
::===========
:MAKE_BOOT

View File

@ -1,4 +1,6 @@
@echo off
::===========
:MAIN
@if "%1"=="" (@goto :ERROR_PARAM_EXPECTED)
@ -25,7 +27,7 @@
@call :SED isc4.gdb %1 jrd/isc.gdb
@call :SED empbuild.gdb %1 example5/employee.gdb
@call :SED source/msgs/msg.gdb %1 msgs/msg.gdb
@goto :EOF
@goto :END
::===========
:SED
@ -38,6 +40,6 @@
@echo Only forward (POSIX-style) slashes should be used in the path.
@echo Example:
@echo prepare.bat d:/work/firebird
@goto :EOF
@goto :END
:END

View File

@ -22,7 +22,7 @@
@set GPRE=
@del ..\..\src\include\gen\autoconfig.h
@copy ..\..\src\include\gen\autoconfig_msvc.h ..\..\src\include\gen\autoconfig.h
@goto :EOF
@goto :END
::===========
:PREPROCESS
@ -103,7 +103,6 @@ goto :EOF
@echo:
@echo filename: Firebird_Unix_Tools_for_Win32.zip
@echo:
@goto :EOF
@goto :END
:END