summaryrefslogtreecommitdiff
path: root/PCbuild/pyd.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-02-09 19:55:22 +0000
committerChristian Heimes <christian@cheimes.de>2008-02-09 19:55:22 +0000
commit630206588d6a77d4ec8e04a6d05f2ad96b37cd5d (patch)
tree1baac748b87c5fce5e93406719882c43448b1000 /PCbuild/pyd.vsprops
parent13ff57e3eefe6bfba6c23c98af867acab5fcafb8 (diff)
downloadcpython-630206588d6a77d4ec8e04a6d05f2ad96b37cd5d.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.vsprops')
-rw-r--r--PCbuild/pyd.vsprops1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pyd.vsprops b/PCbuild/pyd.vsprops
index 2e21a8068a..726cebd1b0 100644
--- a/PCbuild/pyd.vsprops
+++ b/PCbuild/pyd.vsprops
@@ -7,6 +7,7 @@
>
<Tool
Name="VCCLCompilerTool"
+ PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
RuntimeLibrary="2"
/>
<Tool