More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to translate...
This commit is contained in:
@@ -5,7 +5,7 @@ sources = env.Glob('*.c')
|
||||
|
||||
defs = []
|
||||
|
||||
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
|
||||
incs = '../include ../../blenfont ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
|
||||
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
|
||||
incs += ' ../../gpu ../../blenloader'
|
||||
incs += ' ../../makesrna ../../render/extern/include #/intern/elbeem/extern'
|
||||
@@ -24,4 +24,7 @@ if env['WITH_BF_GAMEENGINE']:
|
||||
else:
|
||||
sources.remove('mesh_navmesh.c')
|
||||
|
||||
if env['WITH_BF_INTERNATIONAL']:
|
||||
defs.append('WITH_INTERNATIONAL')
|
||||
|
||||
env.BlenderLib ( 'bf_editors_mesh', sources, Split(incs), defs, libtype=['core'], priority=[45] )
|
||||
|
||||
Reference in New Issue
Block a user