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:
Axel Dörfler
2005-05-23 03:11:08 +00:00
parent 41281cf362
commit fdb1daab5a
+7 -7
View File
@@ -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
;