mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Be sure to call SETVCENV first as even REPACK depends upon setting VC env correctly
This commit is contained in:
parent
86407237b2
commit
9b3644515a
@ -28,9 +28,10 @@ for %%v in ( %* ) do (
|
||||
( if /I "%%v"=="JUSTBUILD" (set FBBUILD_BUILD_ONLY=1) )
|
||||
)
|
||||
|
||||
call :SETVCENV
|
||||
|
||||
if defined FBBUILD_MAKE_KITS_ONLY (goto :MAKE_KITS & goto :EOF)
|
||||
|
||||
call :SETVCENV
|
||||
|
||||
:: Go to work
|
||||
if not defined FBBBUILD_NOCLEAN (call clean_all %FBBUILD_REAL_CLEAN%)
|
||||
@ -67,7 +68,7 @@ goto :END
|
||||
@echo NOCLEAN - don't run CLEAN_ALL.BAT
|
||||
@echo.
|
||||
@echo REALCLEAN - Run CLEAN_ALL.BAT REALCLEAN
|
||||
@echo This will do a deeper clean.
|
||||
@echo This will do a deeper clean.
|
||||
@echo Recommended for multi-platform builds
|
||||
@echo.
|
||||
@echo DEBUG - Do a DEBUG build (for experienced developers only.)
|
||||
|
Loading…
Reference in New Issue
Block a user