From bc08c7c2623386a9430b681087d6636e197d85f9 Mon Sep 17 00:00:00 2001 From: "Benjamin P. Jung" Date: Tue, 16 Nov 2004 10:24:49 +0000 Subject: [PATCH] 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 --- SConstruct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.11.0