summaryrefslogtreecommitdiffstats
path: root/PCbuild/pybuild.bat
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/pybuild.bat')
-rw-r--r--PCbuild/pybuild.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/pybuild.bat b/PCbuild/pybuild.bat
new file mode 100644
index 0000000..5a0cc5b
--- /dev/null
+++ b/PCbuild/pybuild.bat
@@ -0,0 +1,5 @@
+call "%VS71COMNTOOLS%vsvars32.bat"
+devenv.exe /build Debug /out build.txt PCbuild\pcbuild.sln
+type build.txt
+del build.txt
+