diff --git a/[priyesh]ChangeLog b/[priyesh]ChangeLog index e46b5bead..7b4243c2b 100644 --- a/[priyesh]ChangeLog +++ b/[priyesh]ChangeLog @@ -1,3 +1,13 @@ +2020-08-12 Priyesh Kumar + + * builds/windows/dlg/dlg.vcxproj (PreprocessorDefinitions): Added + `DLG_STATIC' macro for Static builds of dlg on both `x64' and `Win32' + platforms. + + * builds/windows/vc2010/freetype.vcxproj (PreprocessorDefinitions): + Added `FT_LOGGING' macro for Debug builds of FreeType on both `x64' and + `Win32' platforms. + 2020-08-12 Priyesh Kumar * src/base/ftdebug.c (ft_log_handler): Fix "-Wunused-parameter" warning. diff --git a/builds/windows/dlg/dlg.vcxproj b/builds/windows/dlg/dlg.vcxproj index 39e99958c..8e26d5261 100644 --- a/builds/windows/dlg/dlg.vcxproj +++ b/builds/windows/dlg/dlg.vcxproj @@ -112,7 +112,7 @@ Level3 true - WIN32;_DEBUG;_CONSOLE%(PreprocessorDefinitions) + DLG_STATIC;WIN32;_DEBUG;_CONSOLE%(PreprocessorDefinitions) true ..\..\..\src\dlg\ @@ -144,7 +144,7 @@ Level3 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + DLG_STATIC;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true ..\..\..\src\dlg\ diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj index f7220438e..42ab94e19 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -90,7 +90,7 @@ Disabled ..\..\..\src\dlg\;$(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;FT_LOGGING;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL true @@ -120,7 +120,7 @@ Disabled ..\..\..\src\dlg\;$(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT;FT_LOGGING;$(UserDefines);%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL true @@ -150,7 +150,7 @@ Disabled ..\..\..\src\dlg\;$(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;FT_LOGGING;$(UserDefines);%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug true @@ -176,7 +176,7 @@ Disabled ..\..\..\src\dlg\;$(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLG_STATIC;$(UserDefines);%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;FT_LOGGING;$(UserDefines);%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug true