[Super-tux-commit] supertux/lib SConscript,1.3,1.4
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-30 16:13:55
|
Update of /cvsroot/super-tux/supertux/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20260/lib Modified Files: SConscript Log Message: fix for sconsfiles Index: SConscript =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/SConscript,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- SConscript 21 Nov 2004 03:21:23 -0000 1.3 +++ SConscript 30 Nov 2004 16:13:46 -0000 1.4 @@ -6,7 +6,8 @@ + Glob("math/*.cpp") \ + Glob("special/*.cpp") \ + Glob("utils/*.cpp") \ - + Glob("video/*.cpp") + + Glob("video/*.cpp") \ + + Glob("lisp/*.cpp") lib = env.Library( target="supertux", |