Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fix strange vcbuild "label not found" error
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Nov 16, 2011
1 parent 5e3b009 commit 9c70b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vcbuild.bat
Expand Up @@ -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
Expand Down

0 comments on commit 9c70b09

Please sign in to comment.