|
22 | 22 | Name="VCCLCompilerTool" |
23 | 23 | Optimization="0" |
24 | 24 | AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3" |
25 | | - PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS" |
| 25 | + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;_DEBUG;WIN32;_WINDOWS" |
26 | 26 | RuntimeLibrary="3" |
27 | 27 | UsePrecompiledHeader="2" |
28 | 28 | WarningLevel="3" |
@@ -80,7 +80,7 @@ nmake /nologo /f makefile.msc |
80 | 80 | Optimization="2" |
81 | 81 | InlineFunctionExpansion="1" |
82 | 82 | AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3" |
83 | | - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS" |
| 83 | + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS" |
84 | 84 | StringPooling="TRUE" |
85 | 85 | RuntimeLibrary="2" |
86 | 86 | EnableFunctionLevelLinking="TRUE" |
@@ -141,7 +141,7 @@ nmake /nologo /f makefile.msc lib |
141 | 141 | Optimization="2" |
142 | 142 | InlineFunctionExpansion="1" |
143 | 143 | AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3" |
144 | | - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS" |
| 144 | + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS" |
145 | 145 | StringPooling="TRUE" |
146 | 146 | BasicRuntimeChecks="0" |
147 | 147 | RuntimeLibrary="2" |
@@ -206,7 +206,7 @@ nmake /nologo /f makefile.msc lib |
206 | 206 | Optimization="2" |
207 | 207 | InlineFunctionExpansion="1" |
208 | 208 | AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3" |
209 | | - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS" |
| 209 | + PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS" |
210 | 210 | StringPooling="TRUE" |
211 | 211 | BasicRuntimeChecks="0" |
212 | 212 | RuntimeLibrary="2" |
|
0 commit comments