Added my version a nice little bubble for use with the bubble gun (or however that...
[supertux.git] / tools / miniswig / Jamfile
1 SubDir TOP tools miniswig ;
2
3 if $(LEX) && $(BISON) {
4     sources = [ Filter [ Wildcard *.yy *.ll *.cpp ] : parser.cpp lexer.cpp ] ;
5     MINISWIG = [ Application miniswig : $(sources) ] ;
6     C++Flags miniswig : -Wno-unused ;
7     IncludeDir miniswig : . ;
8     ExternalLibs miniswig : LEX ;
9 }
10