blob: 8ec332884ed5218b25705f2ff6bce90bbd867f79 [file] [log] [blame]
Martin v. Löwis945c6322008-06-14 11:51:54 +00001@rem Used by the buildbot "compile" step.
2cmd /c Tools\buildbot\external-amd64.bat
3call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
4cmd /c Tools\buildbot\clean-amd64.bat
5vcbuild /useenv PCbuild\kill_python.vcproj "Debug|x64" && PCbuild\amd64\kill_python_d.exe
6vcbuild PCbuild\pcbuild.sln "Debug|x64"