Changeset 391 for python/trunk/PC/VS7.1/unicodedata.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/unicodedata.vcproj
r2 r391 24 24 InlineFunctionExpansion="1" 25 25 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 26 PreprocessorDefinitions=" WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"26 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS" 27 27 StringPooling="TRUE" 28 28 RuntimeLibrary="2" … … 76 76 Optimization="0" 77 77 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 78 PreprocessorDefinitions=" WIN32;_DEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"78 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;WIN32;_DEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS" 79 79 BasicRuntimeChecks="3" 80 80 RuntimeLibrary="3" … … 131 131 InlineFunctionExpansion="1" 132 132 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 133 PreprocessorDefinitions=" WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"133 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS" 134 134 StringPooling="TRUE" 135 135 BasicRuntimeChecks="0" … … 190 190 InlineFunctionExpansion="1" 191 191 AdditionalIncludeDirectories="..\..\Include,..\..\PC" 192 PreprocessorDefinitions=" WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"192 PreprocessorDefinitions="Py_BUILD_CORE_MODULE;WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS" 193 193 StringPooling="TRUE" 194 194 BasicRuntimeChecks="0"
Note:
See TracChangeset
for help on using the changeset viewer.