blob: ab3ea7da46a773ecb5273c828316b2a64f58626a [file] [log] [blame]
Antoine Pitrou7f1e1742011-02-25 14:19:48 +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