diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat b/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat new file mode 100644 index 0000000000..976ce72b0f --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat @@ -0,0 +1,7 @@ +@rem Used by the buildbot "compile" step.
+cmd /c Tools\buildbot\external.bat
+call "%VS90COMNTOOLS%vsvars32.bat"
+cmd /c Tools\buildbot\clean.bat
+vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
+vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
+
|