summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1/bz2.vcproj
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-11-02 14:06:03 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-11-02 14:06:03 (GMT)
commitf74ed2ea4c428ce89f7fa31b300b418ac7d924c5 (patch)
treecb3a978f4f61fa612f5289d1faaf101d2fa35c51 /PC/VS7.1/bz2.vcproj
parent4285f9446a6580797b3f97983b467a7550186592 (diff)
downloadcpython-f74ed2ea4c428ce89f7fa31b300b418ac7d924c5.zip
cpython-f74ed2ea4c428ce89f7fa31b300b418ac7d924c5.tar.gz
cpython-f74ed2ea4c428ce89f7fa31b300b418ac7d924c5.tar.bz2
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/bz2.vcproj')
-rw-r--r--PC/VS7.1/bz2.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/bz2.vcproj b/PC/VS7.1/bz2.vcproj
index 792a2e9..bdd085d 100644
--- a/PC/VS7.1/bz2.vcproj
+++ b/PC/VS7.1/bz2.vcproj
@@ -22,7 +22,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
- PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
+ PreprocessorDefinitions="Py_BUILD_CORE_MODULE;_DEBUG;WIN32;_WINDOWS"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
WarningLevel="3"
@@ -80,7 +80,7 @@ nmake /nologo /f makefile.msc
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
- PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
@@ -141,7 +141,7 @@ nmake /nologo /f makefile.msc lib
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
- PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS"
StringPooling="TRUE"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
@@ -206,7 +206,7 @@ nmake /nologo /f makefile.msc lib
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
- PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS"
StringPooling="TRUE"
BasicRuntimeChecks="0"
RuntimeLibrary="2"