From 242ff8000d66938615913acf4f42bfdc070ca701 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 15 Jun 2011 21:51:51 +0000 Subject: [PATCH] [FREETYPE] Remove command line definition of TT_CONFIG_OPTION_BYTECODE_INTERPRETER its already defined in the config file svn path=/trunk/; revision=52258 --- reactos/lib/3rdparty/freetype/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/lib/3rdparty/freetype/CMakeLists.txt b/reactos/lib/3rdparty/freetype/CMakeLists.txt index 578f46dc8e0..35ad946b1e2 100644 --- a/reactos/lib/3rdparty/freetype/CMakeLists.txt +++ b/reactos/lib/3rdparty/freetype/CMakeLists.txt @@ -1,8 +1,7 @@ add_definitions( -D__NTDRIVER__ - -DFT2_BUILD_LIBRARY - -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER) + -DFT2_BUILD_LIBRARY) include_directories(include)