source: python/vendor/Python-2.7.6/Tools/buildbot/build.bat

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 281 bytes
Line 
1@rem Used by the buildbot "compile" step.
2cmd /c Tools\buildbot\external.bat
3call "%VS90COMNTOOLS%vsvars32.bat"
4cmd /c Tools\buildbot\clean.bat
5vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
6vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
7
Note: See TracBrowser for help on using the repository browser.