X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=092591a9e8a67402643c477482f6e70e7a595150;hb=5742dd7bfaf2fa8ffdb812bbc150826554959c98;hp=2fc35cd2f12c4e972c6bc6a7610c73c1819016b8;hpb=2bb2dc9f422257c00bc04bb8b27ff10a52b4e211;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index 2fc35cd2f..092591a9e 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -25,11 +25,11 @@ sources = 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 ] ;