* builds/win32/visualc/freetype.vcproj: Updated.
This commit is contained in:
parent
3b47dd6518
commit
12cceaaca8
11
ChangeLog
11
ChangeLog
|
@ -1,6 +1,15 @@
|
||||||
|
2006-04-27 yi luo <luoyi.ly@gmail.com>
|
||||||
|
|
||||||
|
* builds/win32/visualc/freetype.vcproj: Updated.
|
||||||
|
|
||||||
2006-04-26 David Turner <david@freetype.org>
|
2006-04-26 David Turner <david@freetype.org>
|
||||||
|
|
||||||
FreeType 2.2 officially release, with tag VER-2-2-0
|
|
||||||
|
* Version 2.2 released.
|
||||||
|
=======================
|
||||||
|
|
||||||
|
|
||||||
|
Tag sources with `VER-2-2-0'.
|
||||||
|
|
||||||
2006-04-26 Werner Lemberg <wl@gnu.org>
|
2006-04-26 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
ImproveFloatingPointConsistency="TRUE"
|
ImproveFloatingPointConsistency="TRUE"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FT2_BUILD_LIBRARY"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
ImproveFloatingPointConsistency="TRUE"
|
ImproveFloatingPointConsistency="TRUE"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FT2_BUILD_LIBRARY"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="0"
|
RuntimeLibrary="0"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
ImproveFloatingPointConsistency="TRUE"
|
ImproveFloatingPointConsistency="TRUE"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FT2_BUILD_LIBRARY"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="4"
|
RuntimeLibrary="4"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
ImproveFloatingPointConsistency="TRUE"
|
ImproveFloatingPointConsistency="TRUE"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE"
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
DisableLanguageExtensions="TRUE"
|
DisableLanguageExtensions="TRUE"
|
||||||
|
@ -233,7 +233,7 @@
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
ImproveFloatingPointConsistency="TRUE"
|
ImproveFloatingPointConsistency="TRUE"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE"
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="5"
|
RuntimeLibrary="5"
|
||||||
DisableLanguageExtensions="TRUE"
|
DisableLanguageExtensions="TRUE"
|
||||||
|
@ -284,7 +284,7 @@
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
ImproveFloatingPointConsistency="TRUE"
|
ImproveFloatingPointConsistency="TRUE"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE"
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
|
||||||
GeneratePreprocessedFile="0"
|
GeneratePreprocessedFile="0"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
|
|
Loading…
Reference in New Issue