X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=38492e855f1a38603542420dd746109f6b01f938;hb=c1583b50b204a0c9e50c7b7750db50d24ff5f6fa;hp=ba6b3759c68c082f144664f1e257cc7fa6cb0fdb;hpb=7ae3aef67ad305cb9c6ed584cdac6117da9eba88;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index ba6b3759c..38492e855 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -4,26 +4,27 @@ SubInclude TOP src squirrel ; SubInclude TOP src scripting ; sources = - [ Wildcard *.cpp *.h ] - [ Wildcard audio : *.cpp *.h ] - [ Wildcard badguy : *.cpp *.h ] - [ Wildcard control : *.cpp *.h ] - [ Wildcard gui : *.cpp *.h ] - [ Wildcard lisp : *.cpp *.h ] - [ Wildcard math : *.cpp *.h ] - [ Wildcard object : *.cpp *.h ] - [ Wildcard physfs : *.cpp *.h ] - [ Wildcard sprite : *.cpp *.h ] - [ Wildcard tinygettext : *.cpp *.h ] - [ Wildcard trigger : *.cpp *.h ] - [ Wildcard video : *.cpp *.h ] + [ Wildcard *.cpp *.hpp ] + [ Wildcard audio : *.cpp *.hpp ] + [ Wildcard audio/newapi : *.cpp *.hpp ] + [ Wildcard badguy : *.cpp *.hpp ] + [ Wildcard control : *.cpp *.hpp ] + [ Wildcard gui : *.cpp *.hpp ] + [ Wildcard lisp : *.cpp *.hpp ] + [ Wildcard math : *.cpp *.hpp ] + [ Wildcard object : *.cpp *.hpp ] + [ Wildcard physfs : *.cpp *.hpp ] + [ Wildcard sprite : *.cpp *.hpp ] + [ Wildcard tinygettext : *.cpp *.hpp ] + [ Wildcard trigger : *.cpp *.hpp ] + [ Wildcard video : *.cpp *.hpp ] ; TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ; Application supertux : $(sources) $(wrapper_objects) ; C++Flags supertux : -DAPPDATADIR='\"$(appdatadir)\"' ; LinkWith supertux : squirrel ; -ExternalLibs supertux : SDL SDLMIXER SDLIMAGE GL ICONV PHYSFS BINRELOC ; +ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ; Help supertux : "Build the supertux executable" ; IncludeDir supertux : squirrel/include ;