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
810a08a8
Kaydet (Commit)
810a08a8
authored
Eyl 20, 2011
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
localize.pl is not necessary
üst
a6f311ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
17 deletions
+4
-17
d.lst
l10ntools/prj/d.lst
+0
-1
localize.pl
l10ntools/scripts/localize.pl
+0
-0
localize
solenv/bin/localize
+4
-3
localize_sl
solenv/bin/localize_sl
+0
-13
No files found.
l10ntools/prj/d.lst
Dosyayı görüntüle @
810a08a8
...
...
@@ -36,7 +36,6 @@ mkdir: %_DEST%\bin\help\com\sun\star\help
..\%__SRC%\bin\HelpLinker.exe %_DEST%\bin\HelpLinker.exe
..\%__SRC%\bin\HelpLinker* %_DEST%\bin
..\scripts\localize.pl %_DEST%\bin\localize.pl
..\scripts\localize %_DEST%\bin\localize
..\scripts\fast_merge.pl %_DEST%\bin\fast_merge.pl
..\scripts\keyidGen.pl %_DEST%\bin\keyidGen.pl
...
...
l10ntools/scripts/localize.pl
deleted
100755 → 0
Dosyayı görüntüle @
a6f311ac
This diff is collapsed.
Click to expand it.
solenv/bin/localize
Dosyayı görüntüle @
810a08a8
...
...
@@ -4,12 +4,13 @@ if [ x${SOLARENV}x = xx ]; then
exit
1
fi
# localize.pl calls localize_sl in solver bin directory which depends on dynamic
# libraries in solver lib directory but has no correct RPATH (or equivalent):
if
[
"
${
OS
?
}
"
=
MACOSX
]
;
then
export
DYLD_LIBRARY_PATH
=
${
DYLD_LIBRARY_PATH
:+
${
DYLD_LIBRARY_PATH
}
:
}${
SOLARVERSION
?
}
/
${
INPATH
?
}
/lib
else
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
:+
${
LD_LIBRARY_PATH
}
:
}${
SOLARVERSION
?
}
/
${
INPATH
?
}
/lib
fi
exec
perl
-w
$SOLARVERSION
/
$INPATH
/bin/localize.pl
"
$@
"
pushd
$(
pwd
)
cd
${
SRC_ROOT
}
exec
$SOLARVERSION
/
$INPATH
/bin/localize_sl
"
$@
"
popd
solenv/bin/localize_sl
deleted
100755 → 0
Dosyayı görüntüle @
a6f311ac
#!/bin/sh
if
[
x
${
SOLARENV
}
x
=
xx
]
;
then
echo
No environment found, please use
'setsolar'
exit
1
fi
if
[
"
${
OS
?
}
"
=
MACOSX
]
;
then
export
DYLD_LIBRARY_PATH
=
${
DYLD_LIBRARY_PATH
:+
${
DYLD_LIBRARY_PATH
}
:
}${
SOLARVERSION
?
}
/
${
INPATH
?
}
/lib
else
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
:+
${
LD_LIBRARY_PATH
}
:
}${
SOLARVERSION
?
}
/
${
INPATH
?
}
/lib
fi
exec
$SOLARVERSION
/
$INPATH
/bin/localize_sl
"
$@
"
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