From 69501d6348e41014d729fe064755d4f79dce26f7 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 3 Dec 2013 12:47:03 +0800 Subject: build/win32/vs10/pangowin32.vcxproj: Clean up We don't really need the NoFCDef here, as this DLL has nothing to do with FreeType, like the main Pango DLL. FreeType matters when we build PangoCairo (and the cxx-test.c and pango-view) though. --- build/win32/vs10/pangowin32.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build/win32/vs10/pangowin32.vcxproj b/build/win32/vs10/pangowin32.vcxproj index abc2378d..801cf224 100644 --- a/build/win32/vs10/pangowin32.vcxproj +++ b/build/win32/vs10/pangowin32.vcxproj @@ -90,7 +90,7 @@ Disabled .;%(AdditionalIncludeDirectories) - _DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + _DEBUG;$(PangoDefines);%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -111,7 +111,7 @@ - $(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + $(PangoDefines);%(PreprocessorDefinitions) MultiThreadedDLL @@ -133,7 +133,7 @@ Disabled - _DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + _DEBUG;$(PangoDefines);%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -154,7 +154,7 @@ - $(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + $(PangoDefines);%(PreprocessorDefinitions) MultiThreadedDLL -- cgit v1.2.1