From: Benjamin P. Jung Date: Tue, 16 Nov 2004 10:24:49 +0000 (+0000) Subject: Removed the first line (#!/usr/bin/python) -- SConstructs can't be executed like... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=bc08c7c2623386a9430b681087d6636e197d85f9;p=supertux.git Removed the first line (#!/usr/bin/python) -- SConstructs can't be executed like that.... Played around with the script.... it should now produce a shared library instead of a static one. SVN-Revision: 2089 --- diff --git a/SConstruct b/SConstruct index 557818410..93a0383b1 100644 --- a/SConstruct +++ b/SConstruct @@ -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