Allow to link shared objects against the pseudo image name _APP_ and _KERNEL_.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2456 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2003-01-14 21:44:58 +00:00
parent 75218d4299
commit f790124713

View File

@ -700,8 +700,12 @@ rule LinkSharedOSLibs
} else {
switch $(i:B)
{
case _APP_ : isfile = true ;
case _KERNEL_ : isfile = true ;
case *.so : isfile = true ;
case *.a : isfile = true ;
case lib* : isfile = true ;
case * : isfile = ;
case * : isfile = ;
}
}
if $(isfile) {