Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6f8caab7
Kaydet (Commit)
6f8caab7
authored
Şub 01, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need for aliases here
Change-Id: I29dcc26eb13222ef4348ab3281a19b2e6f8c46f2
üst
c2d14df7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
macosx-change-install-names.pl
solenv/bin/macosx-change-install-names.pl
+0
-8
macosx.mk
solenv/gbuild/platform/macosx.mk
+2
-2
No files found.
solenv/bin/macosx-change-install-names.pl
Dosyayı görüntüle @
6f8caab7
...
...
@@ -74,14 +74,6 @@ sub action($$$)
@ARGV
>=
2
or
die
'Usage: app|shl UREBIN|URELIB|OOO|SDKBIN|OXT|NONE <filepath>*'
;
$type
=
shift
@ARGV
;
$loc
=
shift
@ARGV
;
if
(
$type
eq
"Executable"
)
{
$type
=
"app"
}
elsif
(
$type
eq
"Library"
||
$type
eq
"SharedLibrary"
)
{
$type
=
"shl"
}
foreach
$file
(
@ARGV
)
{
my
$call
=
"otool -L $file"
;
...
...
solenv/gbuild/platform/macosx.mk
Dosyayı görüntüle @
6f8caab7
...
...
@@ -169,10 +169,10 @@ $(call gb_Helper_abbreviate_dirs,\
-o $(if $(SOVERSION),$(1).$(SOVERSION),$(1)) && \
$(if $(SOVERSION),ln -sf $(notdir $(1)).$(SOVERSION) $(1),:) && \
$(if $(filter Executable,$(TARGETTYPE)), \
$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl
Executable
\
$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl
app
\
$(LAYER) $(1) &&) \
$(if $(filter Library Bundle CppunitTest,$(TARGETTYPE)),\
$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl
Library
$(LAYER) $(if $(SOVERSION),$(1).$(SOVERSION),$(1)) && \
$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl
shl
$(LAYER) $(if $(SOVERSION),$(1).$(SOVERSION),$(1)) && \
ln -sf $(notdir $(1)) $(basename $(1)).jnilib &&) \
rm -f $${DYLIB_FILE})
endef
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment