This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
331a726b38
cpython
/
Tools
/
buildbot
/
build-amd64.bat
3 lines
74 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Make svn:eol-style's more consistent
2011-02-25 10:19:48 -04:00
@
rem Used by the buildbot "compile" step.
Issue #21907: Improved the batch scripts provided for building Python. The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
2014-07-07 15:39:59 -03:00
call
"
%~dp0
build.bat
"
-p x64
%*