diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-20 19:20:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-20 19:25:42 +0200 |
commit | b1f4e8424b2cdb2d59da7c3cc0fb7799fcd28916 (patch) | |
tree | 116717ac6e12f8a2d677b4da969ae628ad3b76b0 /solenv/bin | |
parent | b749e21fef046ee7c80a4353a2f3cfbc2a59b1e3 (diff) |
Removed unused BOXT feature.
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/macosx-change-install-names.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl index 29bf64de2b6b..343f9538c57f 100644 --- a/solenv/bin/macosx-change-install-names.pl +++ b/solenv/bin/macosx-change-install-names.pl @@ -45,8 +45,6 @@ sub action($$$) 'shl/OOO/OOO' => '@loader_path', 'shl/LOADER/LOADER' => '@loader_path', 'shl/OXT/URELIB' => '@executable_path/urelibs', - 'shl/BOXT/URELIB' => '@executable_path/urelibs', - 'shl/BOXT/OOO' => '@loader_path/../../../basis-link/program', 'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__', 'shl/OOO/NONE' => '@__VIA_LIBRARY_PATH__', 'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__', @@ -58,7 +56,7 @@ sub action($$$) } @ARGV == 3 || @ARGV >= 2 && $ARGV[0] eq "extshl" or die - 'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|BOXT|NONE|LOADER <filepath>*'; + 'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|NONE|LOADER <filepath>*'; $type = shift @ARGV; $loc = shift @ARGV; if ($type eq "SharedLibrary") |