Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « guardedalloc « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a93e12bebda563f0fe0d25b94f9b57901317b853 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

Import('env')

sources = env.Glob('intern/*.c')
incs = '.'

env.BlenderLib ('bf_guardedalloc', sources, Split(incs), defines=[], libtype=['intern', 'player'], priority = [5, 130] )