From: Chun-wei Fan Date: Sun, 25 Sep 2011 01:56:37 +0000 (+0800) Subject: Update VS2008 PangoFT2 project X-Git-Tag: 1.29.5~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd872568e3fb7dce3bc32410f8eb247899d5bc1;p=platform%2Fupstream%2Fpango.git Update VS2008 PangoFT2 project This project will require the use of stdint.h, which is not shipped with VS2008 (but is shipped with VS2010), so define HAVE_STDINT_H for all settings in this project so that the stdint.h bundled in $(srcroot)/build/win32/vs9 will be used when HarfBuzz and FontConfig is being used. --- diff --git a/build/win32/vs9/pangoft2.vcprojin b/build/win32/vs9/pangoft2.vcprojin index 12beb15..151c203 100644 --- a/build/win32/vs9/pangoft2.vcprojin +++ b/build/win32/vs9/pangoft2.vcprojin @@ -32,7 +32,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="2" @@ -64,7 +64,7 @@