From 6e08a165bb36a4812688ee250294233157d982cb Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Thu, 29 Jan 2009 05:19:27 +0000 Subject: 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 --- source/blender/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/SConscript') diff --git a/source/blender/SConscript b/source/blender/SConscript index 93acf8a8430..e38d593d9a8 100644 --- a/source/blender/SConscript +++ b/source/blender/SConscript @@ -17,7 +17,8 @@ SConscript(['avi/SConscript', 'readblenfile/SConscript', 'render/SConscript', 'nodes/SConscript', - 'windowmanager/SConscript']) + 'windowmanager/SConscript', + 'blenfont/SConscript']) -- cgit v1.2.3