blob: c93cfd554bda933b93b11f531f58ab27298ab802 [file] [log] [blame]
Antoine Pitrou7f1e1742011-02-25 14:19:48 +00001@rem Used by the buildbot "compile" step.
2cmd /c Tools\buildbot\external.bat
Brian Curtin401f9f32012-05-13 11:19:23 -05003call "%VS100COMNTOOLS%vsvars32.bat"
Antoine Pitrou7f1e1742011-02-25 14:19:48 +00004cmd /c Tools\buildbot\clean.bat
Stefan Krah3c0db672012-06-24 22:00:44 +02005msbuild PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
Brian Curtin638f6c12012-05-13 18:51:43 -05006PCbuild\kill_python_d.exe
Stefan Krah3c0db672012-06-24 22:00:44 +02007msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
Antoine Pitrou7f1e1742011-02-25 14:19:48 +00008