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

23 lines
310 B
Batchfile
Raw Normal View History

@echo off
set ERRLEV=0
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
call BuildExecutableInstall ZIP
popd
goto:END
:END