]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commitdiff
Add missing file
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 14 Apr 2014 16:36:35 +0000 (17:36 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 14 Apr 2014 16:36:35 +0000 (17:36 +0100)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
msbuild.bat [new file with mode: 0644]

diff --git a/msbuild.bat b/msbuild.bat
new file mode 100644 (file)
index 0000000..1b1fbc8
--- /dev/null
@@ -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