Files
test/source/blender/collada/SConscript
Arystanbek Dyussenov 02acf9c354 Importer base for Chingiz.
2009-06-17 11:16:18 +00:00

11 lines
504 B
Python

#!/usr/bin/python
Import ('env')
sources = env.Glob('*.cpp')
# relative paths to include dirs, space-separated, string
incs = '../blenlib ../blenkernel ../makesdna ../makesrna ../editors/include [OPENCOLLADA]/COLLADAStreamWriter/include [OPENCOLLADA]/COLLADABaseUtils/include [OPENCOLLADA]/COLLADAFramework/include [OPENCOLLADA]/COLLADASaxFrameworkLoader/include '.replace('[OPENCOLLADA]', env['BF_OPENCOLLADA'])
env.BlenderLib ('bf_collada', sources, Split(incs), [], libtype='core', priority=200 )