diff options
author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:51:41 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:51:41 (GMT) |
commit | 36f0a80bce377ef088902ea76276593c6b3196a8 (patch) | |
tree | 5c5c18d4c5be57f31a10a59cae1bc9164c856223 /PC/VS8.0/pyd_d.vsprops | |
parent | 7a9906162b9ba3bc28636c434d9f8bc7ea415fdc (diff) | |
download | cpython-36f0a80bce377ef088902ea76276593c6b3196a8.zip cpython-36f0a80bce377ef088902ea76276593c6b3196a8.tar.gz cpython-36f0a80bce377ef088902ea76276593c6b3196a8.tar.bz2 |
Used vs9to8.py to port all VS9.0 changes to 8.0
Updated VS7.1 and VC6 project files
Diffstat (limited to 'PC/VS8.0/pyd_d.vsprops')
-rw-r--r-- | PC/VS8.0/pyd_d.vsprops | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/VS8.0/pyd_d.vsprops b/PC/VS8.0/pyd_d.vsprops index 18f4bcf..f3a951c 100644 --- a/PC/VS8.0/pyd_d.vsprops +++ b/PC/VS8.0/pyd_d.vsprops @@ -10,6 +10,7 @@ Optimization="0"
InlineFunctionExpansion="0"
EnableIntrinsicFunctions="false"
+ PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
RuntimeLibrary="3"
/>
<Tool
|