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