projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef18883
)
define APPDATADIR
author
Matthias Braun
<matze@braunis.de>
Sat, 4 Jun 2005 13:50:07 +0000
(13:50 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 4 Jun 2005 13:50:07 +0000
(13:50 +0000)
SVN-Revision: 2560
src/Jamfile
patch
|
blob
|
history
diff --git
a/src/Jamfile
b/src/Jamfile
index
9ac13fb
..
aeb443c
100644
(file)
--- a/
src/Jamfile
+++ b/
src/Jamfile
@@
-20,6
+20,7
@@
sources =
TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;
Application supertux : $(sources) $(wrapper_objects) ;
+C++Flags supertux : -DDATA_PREFIX='\"$(appdatadir)\"' ;
LinkWith supertux : squirrel ;
ExternalLibs supertux : SDL SDLMIXER SDLIMAGE GL ICONV ;
Help supertux : "Build the supertux executable" ;