Changeset 391 for python/trunk/PC/VS7.1/_socket.vcproj
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 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/_socket.vcproj
r2 r391 22 22 Optimization="0" 23 23 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 24 PreprocessorDefinitions=" _DEBUG;WIN32;_WINDOWS"24 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;_DEBUG;WIN32;_WINDOWS" 25 25 RuntimeLibrary="3" 26 26 UsePrecompiledHeader="2" … … 76 76 InlineFunctionExpansion="1" 77 77 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 78 PreprocessorDefinitions=" NDEBUG;WIN32;_WINDOWS"78 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS" 79 79 StringPooling="TRUE" 80 80 RuntimeLibrary="2" … … 133 133 InlineFunctionExpansion="1" 134 134 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 135 PreprocessorDefinitions=" NDEBUG;WIN32;_WINDOWS"135 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS" 136 136 StringPooling="TRUE" 137 137 BasicRuntimeChecks="0" … … 194 194 InlineFunctionExpansion="1" 195 195 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 196 PreprocessorDefinitions=" NDEBUG;WIN32;_WINDOWS"196 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS" 197 197 StringPooling="TRUE" 198 198 BasicRuntimeChecks="0"
Note:
See TracChangeset
for help on using the changeset viewer.