summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pyproject.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-05 22:02:31 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-05 22:02:31 (GMT)
commit786720876c4a473284a0324c8e3b43ed87e8f42c (patch)
tree5507e5203ecc5ced16c06173b4cf13ab3c5fb012 /PCbuild9/pyproject.vsprops
parentb9eccbfe2a90c6e37d0e1c767985933ea79026f8 (diff)
downloadcpython-786720876c4a473284a0324c8e3b43ed87e8f42c.zip
cpython-786720876c4a473284a0324c8e3b43ed87e8f42c.tar.gz
cpython-786720876c4a473284a0324c8e3b43ed87e8f42c.tar.bz2
Merged revisions 59371-59375 via svnmerge from
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. ........
Diffstat (limited to 'PCbuild9/pyproject.vsprops')
-rw-r--r--PCbuild9/pyproject.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops
index 0078044..95717e7 100644
--- a/PCbuild9/pyproject.vsprops
+++ b/PCbuild9/pyproject.vsprops
@@ -12,7 +12,7 @@
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\Include; ..\PC"
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN32"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"