Propogate errors from bat files.
parent
f235d8f371
commit
15248aa465
@ -1,4 +1,6 @@
|
|||||||
|
@echo off
|
||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
|
||||||
cd ..
|
cd ..
|
||||||
|
exit %ERRORLEVEL%
|
@ -1,4 +1,6 @@
|
|||||||
|
@echo off
|
||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
cd VC2010
|
cd VC2010
|
||||||
msbuild /m /p:Platform=Win32 /p:Configuration=Release PACKAGE.vcxproj
|
msbuild /m /p:Platform=Win32 /p:Configuration=Release PACKAGE.vcxproj
|
||||||
cd ..
|
cd ..
|
||||||
|
exit %ERRORLEVEL%
|
Loading…
Reference in New Issue