8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
firebird-mirror/builds/win32/run_all.bat

23 lines
346 B
Batchfile
Raw Normal View History

@echo off
set ERRLEV=0
if not defined FB_NOCLEAN (call clean_all)
2006-05-28 02:54:07 +02:00
call make_icu
if "%ERRLEV%"=="1" goto :END
2006-05-28 02:54:07 +02:00
call make_boot
if "%ERRLEV%"=="1" goto :END
call make_all
if "%ERRLEV%"=="1" goto :END
call make_examples
if "%ERRLEV%"=="1" goto :END
pushd ..\install\arch-specific\win32
2007-07-30 13:03:15 +02:00
call BuildExecutableInstall ISX ZIP EMB
popd
goto:END
:END