2011-02-25 14:19:48 +00:00
|
|
|
@rem Used by the buildbot "compile" step.
|
|
|
|
cmd /c Tools\buildbot\external.bat
|
2012-05-13 16:19:23 +00:00
|
|
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
2011-02-25 14:19:48 +00:00
|
|
|
cmd /c Tools\buildbot\clean.bat
|
2012-06-24 20:00:44 +00:00
|
|
|
msbuild PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
|
2012-05-13 23:51:43 +00:00
|
|
|
PCbuild\kill_python_d.exe
|
2012-06-24 20:00:44 +00:00
|
|
|
msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
|
2011-02-25 14:19:48 +00:00
|
|
|
|