diff options
| author | Christian Heimes <christian@cheimes.de> | 2008-02-09 19:55:22 +0000 |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2008-02-09 19:55:22 +0000 |
| commit | 95d644708e17761916435d9e2125950a75ac0508 (patch) | |
| tree | cb37f0e0b95249e7016226faa4fbf838ae5a988b /PCbuild/pyd_d.vsprops | |
| parent | 97fac3eb0a7fb42b1853ab41c29377bb3e7f1362 (diff) | |
| download | cpython-git-95d644708e17761916435d9e2125950a75ac0508.tar.gz | |
Issue #1706: Require Windows 2000+
Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too
Added -d option to build.bat (same as -c Debug) and fixed warning about /build option
Updated Windows related readme.txt files
Diffstat (limited to 'PCbuild/pyd_d.vsprops')
| -rw-r--r-- | PCbuild/pyd_d.vsprops | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pyd_d.vsprops b/PCbuild/pyd_d.vsprops index b8f98f686a..f838b67d8a 100644 --- a/PCbuild/pyd_d.vsprops +++ b/PCbuild/pyd_d.vsprops @@ -10,6 +10,7 @@ Optimization="0" InlineFunctionExpansion="0" EnableIntrinsicFunctions="false" + PreprocessorDefinitions="Py_BUILD_CORE_MODULE" RuntimeLibrary="3" /> <Tool |
