From 6f43f04d50ea55ab7ea06710ce1e9ecd231323c4 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 10 Aug 2004 21:51:13 +0000 Subject: [PATCH] Removed LinkStaticOSLibs. It wasn't used, and LinkSharedOSLibs is the rule that rulez anyway. ;-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8546 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Jamrules b/Jamrules index 6c6c065f9f..b8416a2efb 100644 --- a/Jamrules +++ b/Jamrules @@ -945,16 +945,6 @@ rule LinkSharedOSLibs } } -rule LinkStaticOSLibs -{ - # LinkStaticOSLibs : ; - - for i in $(>) - { - LINKLIBS on $(<) = $(LINKLIBS) -l $(i) ; - } -} - rule AddResources { # AddResources : ;