blender/intern/guardedalloc/SConscript
2008-01-08 09:47:44 +00:00

9 lines
200 B
Python

#!/usr/bin/python
Import('env')
sources = env.Glob('intern/*.c')
incs = '.'
env.BlenderLib ('bf_guardedalloc', sources, Split(incs), defines=[], libtype=['intern', 'player'], priority = [5, 175] )