Option to jump with up on keyboard.
[supertux.git] / src / Jamfile
index 2366ed5..092591a 100644 (file)
@@ -8,6 +8,7 @@ sources =
     [ Wildcard audio : *.cpp *.hpp ]
     [ Wildcard audio/newapi : *.cpp *.hpp ]
     [ Wildcard badguy : *.cpp *.hpp ]
+    [ Wildcard binreloc : *.c *.h ]
     [ Wildcard control : *.cpp *.hpp ]
     [ Wildcard gui : *.cpp *.hpp ]
     [ Wildcard lisp : *.cpp *.hpp ]
@@ -19,16 +20,16 @@ sources =
     [ Wildcard trigger : *.cpp *.hpp ]
     [ Wildcard video : *.cpp *.hpp ]
     [ Wildcard worldmap : *.cpp *.hpp ]
-    [ Wildcard scripting : *.cpp *.hpp ]
+       [ Wildcard obstack : *.c *.h *.hpp ]
 ;
 TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;
 
 #Application supertux : $(sources) $(wrapper_objects) ;
-#Application supertux : $(sources) $(wrapper_objects) : linkerfile ;
-Application supertux : $(sources) : 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 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 ] ;