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

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

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

incs = '. #/intern/guardedalloc'
incs += ' ' + env['BF_JPEG_INC']

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