From f7901247130530c9cace1ef2cb7dcdbce4e88e5f Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 14 Jan 2003 21:44:58 +0000 Subject: [PATCH] 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 --- Jamrules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 52a41eaaaf..6795bf7752 100644 --- a/Jamrules +++ b/Jamrules @@ -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) {