librdef.so is no longer built; we now use a static library.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12774 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,12 +2,12 @@ SubDir OBOS_TOP src tools rc ;
|
|||||||
|
|
||||||
GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
|
GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
|
||||||
|
|
||||||
{
|
SubDirC++Flags -Wno-sign-compare -Wno-unused ;
|
||||||
SubDirC++Flags -Wno-sign-compare -Wno-unused ;
|
|
||||||
}
|
|
||||||
|
|
||||||
SharedLibrary rdef : compile.cpp decompile.cpp lexer.l parser.y rdef.cpp : be stdc++.r4 ;
|
StaticLibrary rdef :
|
||||||
AbsSymLink <boot!home!config!lib>librdef.so : librdef.so
|
compile.cpp decompile.cpp lexer.l parser.y rdef.cpp ;
|
||||||
: /boot/home/config/lib : false ;
|
|
||||||
|
|
||||||
BinCommand rc : rc.cpp : <boot!home!config!lib>librdef.so be ;
|
BinCommand rc :
|
||||||
|
rc.cpp
|
||||||
|
: librdef.a libstdc++.r4.so libbe.so
|
||||||
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user