define APPDATADIR
authorMatthias Braun <matze@braunis.de>
Sat, 4 Jun 2005 13:50:07 +0000 (13:50 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 4 Jun 2005 13:50:07 +0000 (13:50 +0000)
SVN-Revision: 2560

src/Jamfile

index 9ac13fb..aeb443c 100644 (file)
@@ -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" ;