summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pybuild.bat5
-rw-r--r--PCbuild/pyclean.bat5
2 files changed, 10 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
+
diff --git a/PCbuild/pyclean.bat b/PCbuild/pyclean.bat
new file mode 100644
index 0000000..92e6545
--- /dev/null
+++ b/PCbuild/pyclean.bat
@@ -0,0 +1,5 @@
+call "%VS71COMNTOOLS%vsvars32.bat"
+devenv.exe /clean Debug /out clean.txt PCbuild\pcbuild.sln
+type clean.txt
+del clean.txt
+