2003-01-24 18:15:04 +01:00
|
|
|
|
|
|
|
@echo off
|
|
|
|
|
|
|
|
::===========
|
|
|
|
:MAIN
|
|
|
|
@echo.
|
2003-02-03 13:48:05 +01:00
|
|
|
@del ..\..\src\include\gen\autoconfig.h
|
|
|
|
@copy ..\..\src\include\gen\autoconfig_msvc.h ..\..\src\include\gen\autoconfig.h
|
2003-01-24 18:15:04 +01:00
|
|
|
@echo Preprocessing files required to do a boot-build...
|
2003-01-24 18:45:07 +01:00
|
|
|
@call build_boot.bat BOOT
|
|
|
|
@call preprocess.bat BOOT
|
2003-01-24 18:15:04 +01:00
|
|
|
@echo.
|
|
|
|
@echo Making necessary boot-build executables...
|
2003-01-24 18:45:07 +01:00
|
|
|
@call build_boot.bat
|
2003-01-24 18:15:04 +01:00
|
|
|
@echo.
|
|
|
|
@echo Preprocessing the entire source tree...
|
2003-01-24 18:45:07 +01:00
|
|
|
@call preprocess.bat
|
2003-01-25 09:55:04 +01:00
|
|
|
@goto :END
|
2003-01-24 18:15:04 +01:00
|
|
|
|
|
|
|
:END
|