Changeset 391 for python/trunk/PC/VS7.1/bz2.vcproj
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (12 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/PC/VS7.1/bz2.vcproj
r2 r391 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" … … 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" … … 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" … … 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"
Note:
See TracChangeset
for help on using the changeset viewer.