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 the VCommunication namespace.
[aesalon.git]
/
monitor
/
src
/
SConscript
blob
e3271cdfc178fcaafe8a4c777276d272d946618d
1
Import("env")
2
3
env.Append(CPPPATH = ["../../include/", "../../include/monitor/"])
4
env.Append(CCFLAGS = ["-W", "-Wall", "-g", "-DAesalonMonitor"])
5
env.Append(LIBS = ["rt"])
6
7
env.Program(target = "aesalon", source = Glob("*.cpp") + Glob("*/*.cpp"))