mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]
-Use hinting in freetype now that patent has expired. svn path=/branches/cmake-bringup/; revision=48284
This commit is contained in:
Vendored
+1
-6
@@ -1,11 +1,6 @@
|
||||
add_definitions(-D__NTDRIVER__)
|
||||
add_definitions(-DFT2_BUILD_LIBRARY)
|
||||
|
||||
IF(NSWPAT STREQUAL "1")
|
||||
add_definitions(-DTT_CONFIG_OPTION_UNPATHENTED_HINTING)
|
||||
ELSE()
|
||||
ADD_DEFINITIONS(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
|
||||
ENDIF(NSWPAT STREQUAL "1")
|
||||
add_definitions(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user