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
Renamed Artisan::Storage to ::DataStore.
[aesalon.git]
/
src
/
SConscript
blob
2675769d613556f9f6840b55814f600f39ae99b2
1
Import("env")
2
Import("qtEnv")
3
4
dirglob = Glob("*/SConscript", strings=True)
5
6
# Construct linking path first . . .
7
for path in dirglob:
8
dirname = path[:path.find('/')]
9
env.Append(LIBPATH = ["#.build/" + dirname])
10
qtEnv.Append(LIBPATH = ["#.build/" + dirname])
11
12
for path in dirglob:
13
SConscript(path)