blender/intern/guardedalloc/SConscript
Nathan Letwory ba97d47df4 ==SCons==
* Changing linking order of a few libs, hopefully it solves a unresolved issue.
2006-02-05 20:38:40 +00:00

9 lines
179 B
Python

#!/usr/bin/python
Import('env')
sources = env.Glob('intern/*.c')
incs = '.'
env.BlenderLib ('blender_guardedalloc', sources, Split(incs), [], libtype='intern', priority = 10 )