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
This commit is contained in:
@@ -945,16 +945,6 @@ rule LinkSharedOSLibs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rule LinkStaticOSLibs
|
|
||||||
{
|
|
||||||
# LinkStaticOSLibs <name> : <libs> ;
|
|
||||||
|
|
||||||
for i in $(>)
|
|
||||||
{
|
|
||||||
LINKLIBS on $(<) = $(LINKLIBS) -l $(i) ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
rule AddResources
|
rule AddResources
|
||||||
{
|
{
|
||||||
# AddResources <name> : <resourcefiles> ;
|
# AddResources <name> : <resourcefiles> ;
|
||||||
|
|||||||
Reference in New Issue
Block a user