summaryrefslogtreecommitdiffstats
path: root/PCbuild/pywlauncher.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.Zachary Ware2014-03-061-0/+5
| | | | | | | | pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
* Add missing PGI/PGO configurations for pywlauncher.Martin v. Löwis2012-08-241-1/+45
|
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-011-3/+3
| | | | Patch by Stefan Krah.
* Create PGInstrument/PGUpdate configurations for py.exe and pyw.exeMartin v. Löwis2012-06-261-0/+42
|
* Add pywlauncher projectBrian Curtin2012-06-201-0/+160