Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: f0397b99538c8dc22ab7cc58e5f6194c47dbfccc authored by Georg Brandl on 30 May 2012, 20:04:31 UTC
Bump version to 3.3.0a4.
Tip revision: f0397b9
build.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS100COMNTOOLS%vsvars32.bat"
cmd /c Tools\buildbot\clean.bat
msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
PCbuild\kill_python_d.exe
msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32

back to top