blob: 508798125a0b73244bbe76c9951259f6c5406e23 [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
Christian Heimes57dddfb2008-01-02 18:30:52 +00003call "%VS90COMNTOOLS%vsvars32.bat"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00004cmd /q/c Tools\buildbot\kill_python.bat
Trent Nelsonf16444e2008-03-20 01:18:35 +00005cmd /c Tools\buildbot\clean.bat
Christian Heimes57dddfb2008-01-02 18:30:52 +00006vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
7