]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build-amd64.bat
AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python...
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / buildbot / build-amd64.bat
1 @rem Used by the buildbot "compile" step.
2 cmd /c Tools\buildbot\external-amd64.bat
3 call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
4 cmd /c Tools\buildbot\clean-amd64.bat
5 vcbuild /useenv PCbuild\kill_python.vcproj "Debug|x64" && PCbuild\amd64\kill_python_d.exe
6 vcbuild PCbuild\pcbuild.sln "Debug|x64"