mirror of
https://github.com/python/cpython.git
synced 2026-03-15 09:20:50 +00:00
svn+ssh://pythondev@svn.python.org/python/trunk ........ r59374 | georg.brandl | 2007-12-05 22:52:40 +0100 (Wed, 05 Dec 2007) | 2 lines Add Ross Light, a GHOP student, to ACKs. ........ r59375 | christian.heimes | 2007-12-05 22:57:25 +0100 (Wed, 05 Dec 2007) | 2 lines The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. I've also added a paragraph about the property files to the readme and fixed the order of pyupdate > pyinstrument. ........
14 lines
379 B
XML
14 lines
379 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="pgupdate"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
|
|
InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalManifestDependencies=""
|
|
LinkTimeCodeGeneration="4"
|
|
/>
|
|
</VisualStudioPropertySheet>
|