blob: 976ce72b0f9e4c788e3b0e7de661fb5f1625dd8e [file] [log] [blame]
Martin v. Löwis945c6322008-06-14 11:51:54 +00001@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