diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:53:41 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:53:41 (GMT) |
commit | 6166717fa44494460b3bb641f158fd92a614d1ae (patch) | |
tree | a1c1c9174f9b442ea3bde6fc6654116a275ce1ff /PC/VS8.0/pyd_d.vsprops | |
parent | 167cb5796056c2996534265fe9e2d417935d6d89 (diff) | |
download | cpython-6166717fa44494460b3bb641f158fd92a614d1ae.zip cpython-6166717fa44494460b3bb641f158fd92a614d1ae.tar.gz cpython-6166717fa44494460b3bb641f158fd92a614d1ae.tar.bz2 |
Merged revisions 64202 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64202 | amaury.forgeotdarc | 2008-06-12 23:58:20 +0200 (jeu., 12 juin 2008) | 5 lines
Update VS8.0 build files, using the script vs9to8.py.
Also remove references to odbc libraries, which are not shipped with vs2003 express.
(and certainly not useful)
........
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
|