Tim Peters | 1777ada | 2006-03-12 06:47:36 +0000 | [diff] [blame] | 1 | @rem Used by the buildbot "compile" step. |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 2 | cmd /c Tools\buildbot\external.bat |
Martin v. Löwis | 76f1c1f | 2008-01-01 23:00:48 +0000 | [diff] [blame] | 3 | call "%VS90COMNTOOLS%vsvars32.bat" |
Trent Nelson | 611c86b | 2008-03-19 21:11:55 +0000 | [diff] [blame] | 4 | cmd /c Tools\buildbot\clean.bat |
Trent Nelson | 5a4d668 | 2008-04-06 20:51:23 +0000 | [diff] [blame] | 5 | vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe |
Martin v. Löwis | 76f1c1f | 2008-01-01 23:00:48 +0000 | [diff] [blame] | 6 | vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32" |
| 7 | |