Fix FreeBSD build.
[haiku.git] / src / tools / rc / Jamfile
blob80235997be0ec104f0848697388d9294433ce892
1 SubDir HAIKU_TOP src tools rc ;
3 SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin rc ] ;
5 USES_BE_API on <build>librdef.a <build>rc = true ;
7 GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
9 SubDirC++Flags -Wno-sign-compare -Wno-unused ;
11 BuildPlatformStaticLibrary <build>librdef.a :
12         compile.cpp decompile.cpp lexer.l parser.y rdef.cpp ;
14 BuildPlatformMain <build>rc :
15         rc.cpp
16         : <build>librdef.a $(HOST_LIBSTDC++) $(HOST_LIBBE) $(HOST_LIBSUPC++)