blob: ab3ea7da46a773ecb5273c828316b2a64f58626a [file] [log] [blame]
Georg Brandl49857f82011-03-05 15:11:35 +01001@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