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-05-13 20:51:43 -03:00
|
|
|
msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
|
|
|
|
PCbuild\kill_python_d.exe
|
2012-05-13 20:59:26 -03:00
|
|
|
msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
|
2011-02-25 10:19:48 -04:00
|
|
|
|