Removed the first line (#!/usr/bin/python) -- SConstructs can't be executed like...
authorBenjamin P. Jung <bpjung@terreon.de>
Tue, 16 Nov 2004 10:24:49 +0000 (10:24 +0000)
committerBenjamin P. Jung <bpjung@terreon.de>
Tue, 16 Nov 2004 10:24:49 +0000 (10:24 +0000)
Played around with the script.... it should now produce a shared library instead of a static one.

SVN-Revision: 2089

SConstruct

index 5578184..93a0383 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/scons -Q
 #
 # A simple SConstruct file.
 # See http://www.scons.org/ for more information about what SCons is and how it
@@ -72,7 +71,7 @@ supertux_src=[
   'src/worldmap.cpp'
 ]
                        
-Library(
+SharedLibrary(
   target="lib/supertux",
   source=libsupertux_src,
   CPPPATH=SDL_INCLUDE_PATH