- updated for ci builds

This commit is contained in:
Mark Vejvoda 2012-10-27 16:56:54 +00:00
parent aada08a81a
commit 4dc9dd7a27
2 changed files with 4 additions and 2 deletions

View File

@ -41,4 +41,5 @@ if exist "%PACKAGE%" del "%PACKAGE%"
dir "%PACKAGE%"
cd /d "%~dp0"
pause
rem pause execution so we can see the output before the batch file exits
if not "%1" == "nopause" pause

View File

@ -79,4 +79,5 @@ rem echo Current directory[%CD%]
dir "..\%PACKAGE%"
cd /d "%~dp0"
pause
rem pause execution so we can see the output before the batch file exits
if not "%1" == "nopause" pause