added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / src / Jamfile
1 SubDir TOP src ;
2
3 Application supertux : 
4     [ Wildcard *.cpp *.h ]
5     [ Wildcard object : *.cpp *.h ]
6     [ Wildcard badguy : *.cpp *.h ]
7     [ Wildcard trigger : *.cpp *.h ]
8 ;
9 LinkWith supertux : supertuxlib ;
10 ExternalLibs supertux : SDL SDLMIXER SDLIMAGE GL ;
11 Help supertux : "Build the supertux executable" ;
12