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:
@@ -700,8 +700,12 @@ rule LinkSharedOSLibs
|
|||||||
} else {
|
} else {
|
||||||
switch $(i:B)
|
switch $(i:B)
|
||||||
{
|
{
|
||||||
|
case _APP_ : isfile = true ;
|
||||||
|
case _KERNEL_ : isfile = true ;
|
||||||
|
case *.so : isfile = true ;
|
||||||
|
case *.a : isfile = true ;
|
||||||
case lib* : isfile = true ;
|
case lib* : isfile = true ;
|
||||||
case * : isfile = ;
|
case * : isfile = ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if $(isfile) {
|
if $(isfile) {
|
||||||
|
|||||||
Reference in New Issue
Block a user