From 6e068cdf7082de07681096eac688011378defafb Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 3 Dec 2013 12:41:08 +0800 Subject: build/win32/vs10/pango.vcxprojin: Clean up We don't really need to NoFCDef here, so remove that. --- build/win32/vs10/pango.vcxprojin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/win32/vs10/pango.vcxprojin b/build/win32/vs10/pango.vcxprojin index f47f1a73..ec95b2b5 100644 --- a/build/win32/vs10/pango.vcxprojin +++ b/build/win32/vs10/pango.vcxprojin @@ -73,7 +73,7 @@ Disabled - _DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + _DEBUG;$(PangoDefines);%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -93,7 +93,7 @@ - $(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + $(PangoDefines);%(PreprocessorDefinitions) MultiThreadedDLL @@ -114,7 +114,7 @@ Disabled - _DEBUG;$(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + _DEBUG;$(PangoDefines);%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -134,7 +134,7 @@ - $(PangoDefines);$(NoFCDef);%(PreprocessorDefinitions) + $(PangoDefines);%(PreprocessorDefinitions) MultiThreadedDLL -- cgit v1.2.1