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

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

sources = env.Glob('intern/*.cpp')

incs = 'intern ../container ../moto/include ../memutil'

env.BlenderLib ('bf_intern_bsp', sources, Split(incs), [], libtype='core', priority=200 )