mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Fix run_all.bat
This commit is contained in:
parent
e9ad818149
commit
7d42e255ee
@ -1,26 +1,10 @@
|
||||
|
||||
@echo off
|
||||
|
||||
@if "%1" NEQ "" (set FIREBIRD=%1)
|
||||
:: BRS
|
||||
:: Get all the file name when there are spaces
|
||||
:: this can be also achieved with %* but I don't know which versions of
|
||||
:: windows allows it
|
||||
:LOOP
|
||||
@shift
|
||||
@if "%1"=="" (goto DONE)
|
||||
@set FIREBIRD=%FIREBIRD% %1
|
||||
@goto loop
|
||||
:DONE
|
||||
|
||||
@echo FIREBIRD=%FIREBIRD%
|
||||
@if "%FIREBIRD%"=="" (goto :HELP & goto :EOF)
|
||||
|
||||
set ERRLEV=0
|
||||
|
||||
call clean_all
|
||||
call prepare
|
||||
:: call parse
|
||||
call make_icu
|
||||
call make_boot
|
||||
if "%ERRLEV%"=="1" goto :END2
|
||||
call make_all
|
||||
|
Loading…
Reference in New Issue
Block a user