X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=6d29ef0bf38367c96bb04f0fdfbe586352348086;hb=7fbc38d9c2fda9bfb10eeb7ecb3db36c3daa2824;hp=320b28f722fb72b48e5f680296c8e46c6dbdc41d;hpb=959f514b78262ae6b276821bc61864fa6967b97c;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index 320b28f72..6d29ef0bf 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -20,13 +20,11 @@ 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 ; +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 ;