diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-02 15:44:18 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-02 15:44:18 (GMT) |
commit | 59b7c70d58e45a8649aec0decda96ba482f1ed20 (patch) | |
tree | 5b12ed0516e7cc6fcc885527072c77fe093cb680 /PC/VS7.1/_tkinter.vcproj | |
parent | 54b6903a08a14252bc7f4fd0c42a4a5b7fac7e43 (diff) | |
download | cpython-59b7c70d58e45a8649aec0decda96ba482f1ed20.zip cpython-59b7c70d58e45a8649aec0decda96ba482f1ed20.tar.gz cpython-59b7c70d58e45a8649aec0decda96ba482f1ed20.tar.bz2 |
Recorded merge of revisions 86117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86117 | hirokazu.yamamoto | 2010-11-02 23:06:03 +0900 | 2 lines
Defined Py_BUILD_CORE_MODULE also on VC7.1.
# I don't have this compiler, so I couldn't test it.
........
Diffstat (limited to 'PC/VS7.1/_tkinter.vcproj')
-rw-r--r-- | PC/VS7.1/_tkinter.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/_tkinter.vcproj b/PC/VS7.1/_tkinter.vcproj index 3a90144..a8ef19a 100644 --- a/PC/VS7.1/_tkinter.vcproj +++ b/PC/VS7.1/_tkinter.vcproj @@ -22,7 +22,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\tcltk\include,..\..\Include,..\..\PC" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" @@ -78,7 +78,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\tcltk\include,..\..\Include,..\..\PC" - PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT" + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;_DEBUG;WIN32;_WINDOWS;WITH_APPINIT" RuntimeLibrary="3" UsePrecompiledHeader="2" WarningLevel="3" @@ -134,7 +134,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\tcltk\include,..\..\Include,..\..\PC" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" StringPooling="TRUE" BasicRuntimeChecks="0" RuntimeLibrary="2" @@ -196,7 +196,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\tcltk\include,..\..\Include,..\..\PC" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS;WITH_APPINIT" StringPooling="TRUE" BasicRuntimeChecks="0" RuntimeLibrary="2" |