summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pgupdate.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-05 21:57:25 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-05 21:57:25 (GMT)
commit18679948c4a06613763ae351160dd072567067a1 (patch)
tree20555f3835d4d211e7875b411e56ebba1033be24 /PCbuild9/pgupdate.vsprops
parent749fddc0934a6dc1850a17c1190275dee20e7f78 (diff)
downloadcpython-18679948c4a06613763ae351160dd072567067a1.zip
cpython-18679948c4a06613763ae351160dd072567067a1.tar.gz
cpython-18679948c4a06613763ae351160dd072567067a1.tar.bz2
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.
Diffstat (limited to 'PCbuild9/pgupdate.vsprops')
-rw-r--r--PCbuild9/pgupdate.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild9/pgupdate.vsprops b/PCbuild9/pgupdate.vsprops
index 30ab891..7ce4a3a 100644
--- a/PCbuild9/pgupdate.vsprops
+++ b/PCbuild9/pgupdate.vsprops
@@ -2,7 +2,7 @@
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
- Name="pgoptimize"
+ Name="pgupdate"
OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
>