8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
firebird-mirror/builds/win32/build_boot.bat
2003-01-24 17:15:04 +00:00

18 lines
204 B
Batchfile

@echo off
::===========
:MAIN
@call :NMAKE common_boot.mak
@call :NMAKE gpre_boot.mak
@call :NMAKE fbclient_boot.mak
@call :NMAKE gpre.mak
@goto :EOF
::===========
:NMAKE
@nmake /f %1
@goto :EOF
:END