summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2009-01-29 12:31:51 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2009-01-29 12:31:51 (GMT)
commitfa7e69dc51943a677737e8fc414d2ec196011647 (patch)
treeb1154d8cbdafc695a04d5fe3734f602a40aed3f4 /PCbuild
parente4b6ab79ec3dd1287117cd86aa36dadd55c8c87a (diff)
downloadcpython-fa7e69dc51943a677737e8fc414d2ec196011647.zip
cpython-fa7e69dc51943a677737e8fc414d2ec196011647.tar.gz
cpython-fa7e69dc51943a677737e8fc414d2ec196011647.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"