Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Borghetti <bdiego@gmail.com>2009-01-29 08:19:27 +0300
committerDiego Borghetti <bdiego@gmail.com>2009-01-29 08:19:27 +0300
commit6e08a165bb36a4812688ee250294233157d982cb (patch)
treeef791a557da0ee4a3e1f36e9db4fcc430191bdb6 /source/blender/Makefile
parent54059f0ac1d9de04fbe26eaccaea83ed9e937b1b (diff)
Moving Language code from interface/text.c to blenfont library.
I go to start commit the new code here and then replace one by one bmfont and ftfont, this do nothing right now, but it's more easy keep the files here to work from the studio and my home. I only update the Makefile and SConscript (but JesterKing a double check never is bad), so please check the msvc and cmake files. The new library is libblenfont.a
Diffstat (limited to 'source/blender/Makefile')
-rw-r--r--source/blender/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/Makefile b/source/blender/Makefile
index 37d647788d0..3b092b6f3db 100644
--- a/source/blender/Makefile
+++ b/source/blender/Makefile
@@ -34,6 +34,7 @@ DIRS = windowmanager editors blenloader readblenfile
DIRS += avi imbuf render radiosity blenlib blenkernel blenpluginapi
DIRS += makesdna makesrna yafray
DIRS += python nodes gpu
+DIRS += blenfont
ifeq ($(WITH_FREETYPE2), true)
DIRS += ftfont