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
Began implementing Marshaller system again.
[aesalon.git]
/
src
/
monitor
/
SConscript
blob
16e1f022194d539ff38fbecf4ea581c421325786
1
Import("env")
2
3
env.Append(CCFLAGS = ["-W", "-Wall", "-g", "-DAesalonMonitor"])
4
env.Append(LIBS = ["rt"])
5
env.Append(LIBS = ["aesalon-config", "aesalon-util", "aesalon-storage"])
6
7
env.Program(target = "aesalon", source = Glob("*.cpp") + Glob("*/*.cpp"))