Make UEFI boot-platform build again
[haiku.git] / src / bin / rc / Jamfile
blobee8436cba2d321f3fdca1468bc61f1ead84706b0
1 SubDir HAIKU_TOP src bin rc ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
7 SubDirC++Flags -Wno-sign-compare -Wno-unused ;
9 StaticLibrary librdef.a :
10         compile.cpp decompile.cpp lexer.l parser.y rdef.cpp ;
12 BinCommand rc :
13         rc.cpp
14         : librdef.a [ TargetLibstdc++ ] be