repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Continued refactoring, moving around code.
[aesalon.git]
/
src
/
storage
/
SConscript
blob
c7e7edca7876eeb39d56ce50fc83df5b61b81dd6
1
Import("env")
2
3
env.StaticLibrary(target = "storage", source = Glob("*.cpp") + Glob("*/*.cpp"))