cpython/Tools/buildbot/build.bat

8 lines
216 B
Batchfile
Raw Normal View History

2011-02-25 10:19:48 -04:00
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS100COMNTOOLS%vsvars32.bat"
2011-02-25 10:19:48 -04:00
cmd /c Tools\buildbot\clean.bat
msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
2011-02-25 10:19:48 -04:00