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/SConscript
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/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 2 insertions, 1 deletions
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'])