- added freetype-gl rendered and set as default font renderer (see: http://code.google.com/p/freetype-gl/)

This commit is contained in:
Mark Vejvoda
2011-11-17 09:56:25 +00:00
parent d29293d3cf
commit 2251a7b2dc
21 changed files with 5660 additions and 2 deletions

View File

@@ -188,6 +188,11 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER OR BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST
ADD_DEFINITIONS(-DMINIUPNPC_VERSION_PRE1_6)
ENDIF()
OPTION(USE_FREETYPEGL "Use Freetype-GL for on-screen fonts" ON)
if(USE_FREETYPEGL)
ADD_DEFINITIONS(-DUSE_FREETYPEGL)
endif(USE_FREETYPEGL)
#########################################################################################
# megaglest lib
@@ -195,6 +200,7 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER OR BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST
feathery_ftp
glew
graphics
graphics/freetype-gl
graphics/gl
graphics/md5
lua