X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=c401c98b577b04e1ed2dd29240c1293cef30c13f;hb=4a486d92343d1824b311c234e9321e08f280fe68;hp=38492e855f1a38603542420dd746109f6b01f938;hpb=6a8e633ebde5d8a5dc12e8f3001b39f754cc06fa;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index 38492e855..c401c98b5 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -3,7 +3,7 @@ SubDir TOP src ; SubInclude TOP src squirrel ; SubInclude TOP src scripting ; -sources = +sources = [ Wildcard *.cpp *.hpp ] [ Wildcard audio : *.cpp *.hpp ] [ Wildcard audio/newapi : *.cpp *.hpp ] @@ -18,13 +18,15 @@ sources = [ Wildcard tinygettext : *.cpp *.hpp ] [ Wildcard trigger : *.cpp *.hpp ] [ Wildcard video : *.cpp *.hpp ] + [ Wildcard worldmap : *.cpp *.hpp ] ; TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ; -Application supertux : $(sources) $(wrapper_objects) ; +#Application supertux : $(sources) $(wrapper_objects) ; +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" ; -IncludeDir supertux : squirrel/include ; +IncludeDir supertux : squirrel/include squirrel ;