X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=092591a9e8a67402643c477482f6e70e7a595150;hb=dd9fdb809ad6effa216e4483f099a48ab2814352;hp=ef13706838a6a7e4a4396b7d009059332b1d3a17;hpb=7ee27c4c9687de567f6cc9e811b6b962d6a62f39;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index ef1370683..092591a9e 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -20,14 +20,16 @@ sources = [ Wildcard trigger : *.cpp *.hpp ] [ Wildcard video : *.cpp *.hpp ] [ Wildcard worldmap : *.cpp *.hpp ] + [ Wildcard obstack : *.c *.h *.hpp ] ; TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ; #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 LIBCURL ; -Help supertux : "Build the supertux executable" ; -IncludeDir supertux : squirrel/include squirrel ; +Application supertux2 : $(sources) $(wrapper_objects) : linkerfile ; +C++Flags supertux2 : -DAPPDATADIR=\'\"$(appdatadir)\"\' ; +LinkWith supertux2 : squirrel ; +ExternalLibs supertux2 : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC LIBCURL ; +Help supertux2 : "Build the supertux2 executable" ; +IncludeDir supertux2 : squirrel/include squirrel ; +Package [ Wildcard scripting : *.cpp *.hpp ] ;