projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b283a83
)
fix for sconsfiles
author
Matthias Braun
<matze@braunis.de>
Tue, 30 Nov 2004 16:13:46 +0000
(16:13 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 30 Nov 2004 16:13:46 +0000
(16:13 +0000)
SVN-Revision: 2230
lib/SConscript
patch
|
blob
|
history
diff --git
a/lib/SConscript
b/lib/SConscript
index
9cc2fd1
..
0f7c963
100644
(file)
--- a/
lib/SConscript
+++ b/
lib/SConscript
@@
-6,7
+6,8
@@
libsupertux_src = Glob("app/*.cpp") \
+ Glob("math/*.cpp") \
+ Glob("special/*.cpp") \
+ Glob("utils/*.cpp") \
- + Glob("video/*.cpp")
+ + Glob("video/*.cpp") \
+ + Glob("lisp/*.cpp")
lib = env.Library(
target="supertux",