blender/intern/bmfont/SConscript

11 lines
234 B
Python
Raw Normal View History

#!/usr/bin/python
Import ('env')
sources = env.Glob('intern/*.cpp')
2004-01-04 21:11:59 +00:00
incs = '. intern'
incs += ' ' + env['BF_OPENGL_INC']
defs = ''
2004-01-04 21:11:59 +00:00
env.BlenderLib ('blender_BMF', sources, Split(incs), Split(defs), libtype='intern', priority = 20 )