summaryrefslogtreecommitdiff
path: root/solenv/bin/macosx-change-install-names.pl
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-13 18:55:57 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-13 18:55:57 +0100
commit5727495bfde8f208cab2466e0b7bf1af160609ee (patch)
treefb7830559aed30106fe8c66654969ac47a782b3f /solenv/bin/macosx-change-install-names.pl
parent2dd37c6ba0b1369904990adf12f4bc85ab698db5 (diff)
gnumake3: refactoring gbuild linking to prepare for static lib linking fixing
Diffstat (limited to 'solenv/bin/macosx-change-install-names.pl')
-rw-r--r--solenv/bin/macosx-change-install-names.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 05fa12f06070..7864943b6197 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -59,6 +59,14 @@ sub action($$$)
'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|BOXT|NONE <filepath>*';
$type = shift @ARGV;
$loc = shift @ARGV;
+if ($type eq "SharedLibrary")
+{
+ $type = "shl";
+}
+if ($type eq "Executable")
+{
+ $type = "app"
+}
if ($type eq "extshl")
{
$type = "shl";