- Changed DocBook version to 4.3, 5.0 is not officially released yet and most
[supertux.git] / tools / miniswig / Jamfile
1 SubDir TOP tools miniswig ;
2
3 if $(LEX) && $(BISON) {
4     MINISWIG = [ Application miniswig : [ Wildcard *.yy *.ll *.cpp ] ] ;
5     C++Flags miniswig : -Wno-unused ;
6     IncludeDir miniswig : . ;
7     ExternalLibs miniswig : LEX ;
8 }
9