diff -r 846c165cf643 PCbuild/build.bat --- a/PCbuild/build.bat Thu Apr 02 23:07:19 2015 +0300 +++ b/PCbuild/build.bat Fri Apr 03 09:32:22 2015 +0100 @@ -27,7 +27,7 @@ if '%1'=='-r' (set target=Rebuild) & shift & goto CheckOpts if '%1'=='-t' (set target=%2) & shift & shift & goto CheckOpts if '%1'=='-d' (set conf=Debug) & shift & goto CheckOpts -if '%1'=='-e' call "%dir%get_externals.bat" & shift & goto CheckOpts +if '%1'=='-e' call "%dir%get_externals.bat" & shift & goto finish if '%1'=='-M' (set parallel=) & shift & goto CheckOpts if '%1'=='-v' (set verbose=/v:n) & shift & goto CheckOpts @@ -41,3 +41,5 @@ rem batch is, shall we say, "lackluster" echo on msbuild "%dir%pcbuild.proj" /t:%target% %parallel% %verbose% /p:Configuration=%conf% /p:Platform=%platf% %1 %2 %3 %4 %5 %6 %7 %8 %9 + +:finish