mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
18 lines
204 B
Batchfile
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
|