summaryrefslogtreecommitdiffstats
path: root/PCbuild/pylauncher.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-0/+16
| | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
* Adds version info to all signed binaries on Windows.Steve Dower2016-04-061-1/+0
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+1
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-239/+10
| | | | which will be used for the official 3.5 release.
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-011-7/+7
| | | | Patch by Stefan Krah.
* Create PGInstrument/PGUpdate configurations for py.exe and pyw.exeMartin v. Löwis2012-06-261-0/+146
|
* Add version resource.Martin v. Löwis2012-06-211-0/+5
|
* Get 64-bit buildingBrian Curtin2012-06-201-1/+69
|
* Support 32-bit release building:Brian Curtin2012-06-201-1/+10
|
* Initial changes to get the py launcher buildingBrian Curtin2012-06-201-0/+83