Moving i18n code to BLF_translation.h

This way, we will be able to use it in non-UI parts of the code too.
This commit is contained in:
2011-11-09 14:13:17 +00:00
parent ee1569b933
commit e4269043b4
10 changed files with 64 additions and 56 deletions

View File

@@ -4,7 +4,7 @@
Import ('env')
incs = '. ../editors/include ../makesdna ../makesrna ../blenlib ../blenkernel ../nodes'
incs = '. ../editors/include ../makesdna ../makesrna ../blenfont ../blenlib ../blenkernel ../nodes'
incs += ' ../imbuf ../blenloader ../gpu ../render/extern/include ../windowmanager'
incs += ' #intern/guardedalloc #intern/memutil #extern/glew/include'
incs += ' #intern/audaspace/intern ' + env['BF_PYTHON_INC']