2011-02-25 14:19:48 +00:00
|
|
|
@rem Used by the buildbot "compile" step.
|
|
|
|
cmd /c Tools\buildbot\external-amd64.bat
|
2012-05-13 16:19:23 +00:00
|
|
|
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
|
2011-02-25 14:19:48 +00:00
|
|
|
cmd /c Tools\buildbot\clean-amd64.bat
|
2012-05-13 23:51:43 +00:00
|
|
|
msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x64
|
|
|
|
PCbuild\amd64\kill_python_d.exe
|
2012-05-13 23:59:26 +00:00
|
|
|
msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64
|