summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.proj
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-161-0/+2
| | | | works correctly.
* Closes #27545: Remove pyshellext.vcxproj from pcbuild.projSteve Dower2016-07-181-2/+0
|
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-161-2/+30
|
* Fixes build order and lingering intermediate files.Steve Dower2016-07-141-2/+6
|
* 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.