projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f6262e
)
Removed the first line (#!/usr/bin/python) -- SConstructs can't be executed like...
author
Benjamin P. Jung
<bpjung@terreon.de>
Tue, 16 Nov 2004 10:24:49 +0000
(10:24 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index
5578184
..
93a0383
100644
(file)
--- 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(
+
Shared
Library(
target="lib/supertux",
source=libsupertux_src,
CPPPATH=SDL_INCLUDE_PATH