From 4e81404d7eb00d7373ea8e4c01ae8bdfad287d72 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 10 Apr 2009 16:30:28 +0000 Subject: 2.5 Grand cleanup: - removal of FTF and ftfont dir - removal of text.c which wrapped it - wrapped old text drawing code temporarily, need to decide how 'style' will behave per editor when you draw strings outside interface code.... wouldn't be very useful to set fonts locally all over? --- source/blender/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/CMakeLists.txt') diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt index b76ce220ab3..9ec9efa6a8d 100644 --- a/source/blender/CMakeLists.txt +++ b/source/blender/CMakeLists.txt @@ -26,10 +26,6 @@ SUBDIRS(windowmanager editors avi nodes blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon gpu makesdna makesrna radiosity readblenfile render blenfont) -IF(WITH_INTERNATIONAL) - SUBDIRS(ftfont) -ENDIF(WITH_INTERNATIONAL) - IF(WITH_OPENEXR) SUBDIRS(imbuf/intern/openexr) ENDIF(WITH_OPENEXR) -- cgit v1.2.3