summaryrefslogtreecommitdiff
path: root/PCbuild/build.bat
Commit message (Expand)AuthorAgeFilesLines
* bpo-35433: Properly detect installed SDK versions (GH-11009)Miss Islington (bot)2018-12-091-1/+2
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-071-1/+1
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-061-3/+5
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-2/+0
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-191-21/+11
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-161/+161
* PCbuild/build.bat: Add note about using msbuild response file. (#1551)Charles2017-05-121-1/+6
* PCbuild/build.bat: pass command line parameters when building PGO (#1510)Charles2017-05-091-1/+1
* bpo-27593: Updates Windows build to use information from git (#262)Steve Dower2017-03-031-4/+4
* Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
|\
| * Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
* | Issue #28846: Various installer fixesSteve Dower2016-12-031-0/+4
|\ \ | |/
| * Issue #28846: Various installer fixesSteve Dower2016-12-031-0/+4
* | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-141-1/+1
|/
* Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.batZachary Ware2016-01-121-5/+52
* Improves handling of test markers for building Python without intefering with...Steve Dower2015-10-311-0/+3
* Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-041-1/+3
* Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-031-2/+22
* Turn 'rem' comments into a real usage message in PCbuild/build.batZachary Ware2015-09-021-15/+36
* Fixes argument handling in build.bat and HHC searchSteve Dower2015-07-201-14/+14
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-081-10/+17
* Merge forward extras beyond #21907 backport.Zachary Ware2015-06-101-0/+9
|\
| * Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-091-10/+98
* | Closes #17202: Merge with 3.4Zachary Ware2015-04-131-43/+43
|\ \ | |/
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-19/+19
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-2/+11
* | Issue #21907: Avoid using double quotes to check argument values.Zachary Ware2014-07-311-6/+6
* | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-6/+21
|/
* Update build.bat for VS2010Brian Curtin2012-05-221-3/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-3/+4
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-48/+15
* It works w/o the newline on my system but you are right. A newline is nicer.Christian Heimes2007-11-091-1/+1
* I've created three bat files based on the howto http://wiki.python.org/moin/B...Christian Heimes2007-11-081-0/+50