diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-09-25 09:56:37 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-09-25 09:56:37 +0800 |
commit | dfd872568e3fb7dce3bc32410f8eb247899d5bc1 (patch) | |
tree | 8273e9314964ba488a1c7e3ac1561ffda6a9ba1c /build/win32 | |
parent | 3adf1c4f8fcd8fdadddbdb542cac745519d8d5eb (diff) | |
download | pango-dfd872568e3fb7dce3bc32410f8eb247899d5bc1.tar.gz |
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.
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/vs9/pangoft2.vcprojin | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/win32/vs9/pangoft2.vcprojin b/build/win32/vs9/pangoft2.vcprojin index 12beb157..151c203e 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 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -94,7 +94,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="3" @@ -123,7 +123,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" |