projects
/
anna.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Dynamic lib selection and deployment
[anna.git]
/
source
/
dbos
/
SConscript
1
Import ('env')
2
3
sources = Glob('*.cpp')
4
sources_internal = Glob('internal/*.cpp')
5
6
result = env.StaticLibrary ('anna_dbos', [sources, sources_internal]);
7
8
Return ('result')
9