blob: 7ee7b2d9b3632744d412fa18d07bd1cfdad9c88d [file] [log] [blame]
Antoine Pitrou7f1e1742011-02-25 14:19:48 +00001@rem Used by the buildbot "compile" step.
2cmd /c Tools\buildbot\external-amd64.bat
Brian Curtin401f9f32012-05-13 11:19:23 -05003call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
Antoine Pitrou7f1e1742011-02-25 14:19:48 +00004cmd /c Tools\buildbot\clean-amd64.bat
Stefan Krah37459a02012-06-23 18:57:45 +02005msbuild PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x64
Brian Curtin638f6c12012-05-13 18:51:43 -05006PCbuild\amd64\kill_python_d.exe
Stefan Krah37459a02012-06-23 18:57:45 +02007msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64