diff options
author | Christian Heimes <christian@cheimes.de> | 2008-02-09 19:55:22 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-02-09 19:55:22 (GMT) |
commit | 95d644708e17761916435d9e2125950a75ac0508 (patch) | |
tree | cb37f0e0b95249e7016226faa4fbf838ae5a988b /PCbuild/pyd.vsprops | |
parent | 97fac3eb0a7fb42b1853ab41c29377bb3e7f1362 (diff) | |
download | cpython-95d644708e17761916435d9e2125950a75ac0508.zip cpython-95d644708e17761916435d9e2125950a75ac0508.tar.gz cpython-95d644708e17761916435d9e2125950a75ac0508.tar.bz2 |
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.vsprops')
-rw-r--r-- | PCbuild/pyd.vsprops | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pyd.vsprops b/PCbuild/pyd.vsprops index 2e21a80..726cebd 100644 --- a/PCbuild/pyd.vsprops +++ b/PCbuild/pyd.vsprops @@ -7,6 +7,7 @@ > <Tool Name="VCCLCompilerTool" + PreprocessorDefinitions="Py_BUILD_CORE_MODULE" RuntimeLibrary="2" /> <Tool |