blob: bdfedac3f9b2e6ae516535c5cad1b6499c76df84 (
plain)
1
2
3
4
5
|
@rem Used by the buildbot "compile" step.
REM cmd /c Tools\buildbot\external.bat
call "%VS71COMNTOOLS%vsvars32.bat"
REM cmd /q/c Tools\buildbot\kill_python.bat
devenv.com /build ReleaseAMD64 PCbuild\pcbuild.sln
|