mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
18 lines
275 B
Batchfile
18 lines
275 B
Batchfile
|
|
||
|
@echo off
|
||
|
|
||
|
::===========
|
||
|
:MAIN
|
||
|
@echo.
|
||
|
@echo Preprocessing files required to do a boot-build...
|
||
|
@preprocess.bat BOOT
|
||
|
@echo.
|
||
|
@echo Making necessary boot-build executables...
|
||
|
@build_boot.bat
|
||
|
@echo.
|
||
|
@echo Preprocessing the entire source tree...
|
||
|
@preprocess.bat
|
||
|
@goto :EOF
|
||
|
|
||
|
:END
|