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
/
shm
/
SConscript
blob
2ecbfc026b181145a97f70f556d04b781bd1e999
1
Import("env")
2
3
env.StaticLibrary(target = "shm-read", source = Glob("read/*.cpp"))
4
env.StaticLibrary(target = "shm-write", source = Glob("write/*.c"))
5