build script tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-07-12 21:36:08 +00:00
parent 1883480f8d
commit 355a2516ba

View File

@@ -99,8 +99,8 @@ rem "b" --> both debug and hybrid builds
elseiff "%1" == "b" then
shift
set CMD=echo Finished!
call b.bat %VER% h
call b.bat %VER%
call b.bat %VER% h %1 %2 %3 %4 %5 %6 %7 %8 %9
call b.bat %VER% %1 %2 %3 %4 %5 %6 %7 %8 %9
rem (no command arg) --> normal build for development
else