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

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

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

incs = 'include'

env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern'], priority = [130] )