repo.or.cz
/
plumiferos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'cb/limits'
[plumiferos.git]
/
intern
/
moto
/
SConscript
blob
636515aa5c5f993c226ae3058b0888a7793f05bb
1
#!/usr/bin/python
2
Import
(
'env'
)
3
4
sources
=
env
.
Glob
(
'intern/*.cpp'
)
5
6
incs
=
'include'
7
8
env
.
BlenderLib
(
'bf_moto'
,
sources
,
Split
(
incs
), [],
libtype
=[
'intern'
,
'game'
,
'game2'
,
'player'
],
priority
= [
15
,
55
,
100
,
135
] )