X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=6d29ef0bf38367c96bb04f0fdfbe586352348086;hb=7fbc38d9c2fda9bfb10eeb7ecb3db36c3daa2824;hp=2366ed5c0ab7c78e521e2bf0c24e764fa02aca01;hpb=7c9c4181db73277c99e99911292192395eb8be60;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index 2366ed5c0..6d29ef0bf 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -8,6 +8,7 @@ sources = [ Wildcard audio : *.cpp *.hpp ] [ Wildcard audio/newapi : *.cpp *.hpp ] [ Wildcard badguy : *.cpp *.hpp ] + [ Wildcard binreloc : *.c *.h ] [ Wildcard control : *.cpp *.hpp ] [ Wildcard gui : *.cpp *.hpp ] [ Wildcard lisp : *.cpp *.hpp ] @@ -19,14 +20,12 @@ sources = [ Wildcard trigger : *.cpp *.hpp ] [ Wildcard video : *.cpp *.hpp ] [ Wildcard worldmap : *.cpp *.hpp ] - [ Wildcard scripting : *.cpp *.hpp ] ; TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ; #Application supertux : $(sources) $(wrapper_objects) ; -#Application supertux : $(sources) $(wrapper_objects) : linkerfile ; -Application supertux : $(sources) : linkerfile ; -C++Flags supertux : -DAPPDATADIR='\"$(appdatadir)\"' ; +Application supertux : $(sources) $(wrapper_objects) : linkerfile ; +C++Flags supertux : -DAPPDATADIR=\'\"$(appdatadir)\"\' ; LinkWith supertux : squirrel ; ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ; Help supertux : "Build the supertux executable" ;