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
Minor changes here and there.
[aesalon.git]
/
src
/
util
/
SConscript
blob
113c9c20e3a3fdc8ffc809d179071f417ee4177b
1
Import("env")
2
3
utilEnv = env.Clone()
4
5
util = utilEnv.StaticLibrary(target = "aesalon-util", source = Glob("*.cpp") + Glob("*/*.cpp"))
6
7
Export("util")