projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
accident when merge. revert to r37405
[blender-staging.git]
/
extern
/
binreloc
/
SConscript
1
#!/usr/bin/python
2
import sys
3
import os
4
5
Import('env')
6
defs = 'ENABLE_BINRELOC'
7
cflags = []
8
9
sources = ['binreloc.c']
10
incs = 'include'
11
12
env.BlenderLib ( 'extern_binreloc', sources, Split(incs), Split(defs), libtype=['extern','player'], priority=[36,225], compileflags = cflags)
13