blob: ab3ea7da46a773ecb5273c828316b2a64f58626a [file] [log] [blame]
Tim Peters1777ada2006-03-12 06:47:36 +00001@rem Used by the buildbot "compile" step.
Martin v. Löwis14c1cf82006-03-13 10:52:04 +00002cmd /c Tools\buildbot\external.bat
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00003call "%VS90COMNTOOLS%vsvars32.bat"
Trent Nelson611c86b2008-03-19 21:11:55 +00004cmd /c Tools\buildbot\clean.bat
Trent Nelson5a4d6682008-04-06 20:51:23 +00005vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00006vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
7