[ros-diffs] [tkreuzer] 52258: [FREETYPE] Remove command line definition of TT_CONFIG_OPTION_BYTECODE_INTERPRETER its already defined in the config file

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Jun 15 21:51:52 UTC 2011


Author: tkreuzer
Date: Wed Jun 15 21:51:51 2011
New Revision: 52258

URL: http://svn.reactos.org/svn/reactos?rev=52258&view=rev
Log:
[FREETYPE]
Remove command line definition of TT_CONFIG_OPTION_BYTECODE_INTERPRETER its already defined in the config file

Modified:
    trunk/reactos/lib/3rdparty/freetype/CMakeLists.txt

Modified: trunk/reactos/lib/3rdparty/freetype/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/freetype/CMakeLists.txt?rev=52258&r1=52257&r2=52258&view=diff
==============================================================================
--- trunk/reactos/lib/3rdparty/freetype/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/freetype/CMakeLists.txt [iso-8859-1] Wed Jun 15 21:51:51 2011
@@ -1,8 +1,7 @@
 
 add_definitions(
     -D__NTDRIVER__
-    -DFT2_BUILD_LIBRARY
-    -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
+    -DFT2_BUILD_LIBRARY)
 
 include_directories(include)
 




More information about the Ros-diffs mailing list