Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16844/src
Modified Files:
SConscript
Log Message:
add variants and link executable to toplevel
Index: SConscript
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/SConscript,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SConscript 16 Nov 2004 17:46:56 -0000 1.2
+++ SConscript 16 Nov 2004 17:51:31 -0000 1.3
@@ -10,4 +10,4 @@
)
# hacky way for now...
-AddPostAction(app, "ln -s $TARGET .")
+AddPostAction(app, "ln -sf $TARGET .")
|