Browse Source

Fix strange vcbuild "label not found" error

v0.7.4-release
Bert Belder 13 years ago
parent
commit
9c70b09e0a
  1. 2
      vcbuild.bat

2
vcbuild.bat

@ -37,6 +37,8 @@ if /i "%1"=="test-all" set test=test-all&goto arg-ok
if /i "%1"=="test" set test=test&goto arg-ok
if /i "%1"=="msi" set msi=1&goto arg-ok
if /i "%1"=="upload" set upload=1&goto arg-ok
:arg-ok
shift
goto next-arg

Loading…
Cancel
Save