summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.proj
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-041-4/+10
| | | | | | | | | | This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given).
* Issue #24268: Adds PCBuild project to build _testmultiphase module.Steve Dower2015-05-241-1/+1
|
* Actually build Tix.Zachary Ware2015-04-141-1/+1
| | | | It's been absent from all alpha releases, which apparently nobody has noticed.
* Make bdist_wininst build only on demandSteve Dower2014-12-161-2/+0
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-0/+86
which will be used for the official 3.5 release.