summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2009-01-29 12:13:31 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2009-01-29 12:13:31 (GMT)
commit6ed1cb001416d6704a5af0f7d8c00ce3e5413d96 (patch)
tree3e7d0100449739deeaa544020bca2048bb3915a8 /PCbuild
parente76816b1465decb4c5cf5eba05712ef7712f35e3 (diff)
downloadcpython-6ed1cb001416d6704a5af0f7d8c00ce3e5413d96.zip
cpython-6ed1cb001416d6704a5af0f7d8c00ce3e5413d96.tar.gz
cpython-6ed1cb001416d6704a5af0f7d8c00ce3e5413d96.tar.bz2
Fix issue5075: bdist_wininst should not depend on the vc runtime?
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/bdist_wininst.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/bdist_wininst.vcproj b/PCbuild/bdist_wininst.vcproj
index fd877c4..f15755f 100644
--- a/PCbuild/bdist_wininst.vcproj
+++ b/PCbuild/bdist_wininst.vcproj
@@ -55,7 +55,7 @@
AdditionalIncludeDirectories="..\PC\bdist_wininst;..\Include;..\Modules\zlib"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
WarningLevel="3"
SuppressStartupBanner="true"
@@ -145,7 +145,7 @@
AdditionalIncludeDirectories="..\PC\bdist_wininst;..\Include;..\Modules\zlib"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
WarningLevel="3"
SuppressStartupBanner="true"