summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2009-01-29 12:36:50 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2009-01-29 12:36:50 (GMT)
commit6d0e9757d1f00402c736bc289bd5f4fd7e626afa (patch)
tree50d20ff3b0ee11a870b68a4af50629cccdfd7000 /PCbuild
parente1327f71cf619f65eb81b7c31089611bc71ffe00 (diff)
downloadcpython-6d0e9757d1f00402c736bc289bd5f4fd7e626afa.zip
cpython-6d0e9757d1f00402c736bc289bd5f4fd7e626afa.tar.gz
cpython-6d0e9757d1f00402c736bc289bd5f4fd7e626afa.tar.bz2
Merged revisions 69094 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69094 | mark.hammond | 2009-01-29 23:13:31 +1100 (Thu, 29 Jan 2009) | 2 lines 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"