Added rc to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-17 17:01:09 +00:00
parent 7d4ea3a3a3
commit cf838755a9
2 changed files with 10 additions and 1 deletions

View File

@ -2,5 +2,5 @@ SubDir OBOS_TOP src tools ;
SubInclude OBOS_TOP src tools cppunit ;
SubInclude OBOS_TOP src tools hey ;
SubInclude OBOS_TOP src tools rc ;
SubInclude OBOS_TOP src tools unflatten ;

9
src/tools/rc/Jamfile Normal file
View File

@ -0,0 +1,9 @@
SubDir OBOS_TOP src tools rc ;
GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
SharedLibrary rdef : compile.cpp decompile.cpp lexer.l parser.y rdef.cpp : be ;
AbsSymLink <boot!home!config!lib>librdef.so : librdef.so
: /boot/home/config/lib ;
BinCommand rc : rc.cpp : <boot!home!config!lib>librdef.so be ;