mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Autoconfig must be copy before build_boot.bat
This commit is contained in:
parent
5796febcfc
commit
1caf68e42d
@ -4,6 +4,8 @@
|
||||
::===========
|
||||
:MAIN
|
||||
@echo.
|
||||
@del ..\..\src\include\gen\autoconfig.h
|
||||
@copy ..\..\src\include\gen\autoconfig_msvc.h ..\..\src\include\gen\autoconfig.h
|
||||
@echo Preprocessing files required to do a boot-build...
|
||||
@call build_boot.bat BOOT
|
||||
@call preprocess.bat BOOT
|
||||
|
@ -20,8 +20,6 @@
|
||||
@if "%BOOTBUILD%"=="1" (call :BOOT_PROCESS) else (call :MASTER_PROCESS)
|
||||
@set BOOTBUILD=
|
||||
@set GPRE=
|
||||
@del ..\..\src\include\gen\autoconfig.h
|
||||
@copy ..\..\src\include\gen\autoconfig_msvc.h ..\..\src\include\gen\autoconfig.h
|
||||
@goto :END
|
||||
|
||||
::===========
|
||||
|
Loading…
Reference in New Issue
Block a user