projects
/
anna.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make easy ADL configuration (lite version)
[anna.git]
/
example
/
diameter
/
stackManagement
/
SConstruct
1
Import ('env')
2
3
variant = env ['VARIANT']
4
5
result = SConscript ('SConscript', exports='env', variant_dir='%s' % variant, duplicate=0)
6
7
Return ('result')
8