From: Paul Durrant Date: Mon, 14 Apr 2014 16:36:35 +0000 (+0100) Subject: Add missing file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fac7adc7fd2250fceed3b288bd7dbdb5e3b227c6;p=people%2Fpauldu%2Fxenbus.git Add missing file Signed-off-by: Paul Durrant --- diff --git a/msbuild.bat b/msbuild.bat new file mode 100644 index 0000000..1b1fbc8 --- /dev/null +++ b/msbuild.bat @@ -0,0 +1,8 @@ +call "%VS%\VC\vcvarsall.bat" x86 +@echo on +msbuild.exe /m:1 /p:Configuration="%CONFIGURATION%" /p:Platform="%PLATFORM%" /t:"%TARGET%" %EXTRA% %FILE% +if errorlevel 1 goto error +exit 0 + +:error +exit 1