projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c4072
)
remove glu dependency again, since it seems some people have trouble compiling it...
author
Matthias Braun
<matze@braunis.de>
Mon, 17 Oct 2005 09:29:22 +0000
(09:29 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 17 Oct 2005 09:29:22 +0000
(09:29 +0000)
SVN-Revision: 2859
src/Jamfile
patch
|
blob
|
history
diff --git
a/src/Jamfile
b/src/Jamfile
index
3b93511
..
38492e8
100644
(file)
--- a/
src/Jamfile
+++ b/
src/Jamfile
@@
-24,7
+24,7
@@
TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;
Application supertux : $(sources) $(wrapper_objects) ;
C++Flags supertux : -DAPPDATADIR='\"$(appdatadir)\"' ;
LinkWith supertux : squirrel ;
-ExternalLibs supertux : SDL SDLIMAGE GL
GLU
OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
+ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
Help supertux : "Build the supertux executable" ;
IncludeDir supertux : squirrel/include ;