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
d28ffc88
Kaydet (Commit)
d28ffc88
authored
May 05, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add propex.bat back; it is used on Windows
Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df
üst
11713989
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Package_scripts.mk
l10ntools/Package_scripts.mk
+3
-0
propex.bat
l10ntools/scripts/propex.bat
+9
-0
No files found.
l10ntools/Package_scripts.mk
Dosyayı görüntüle @
d28ffc88
...
...
@@ -33,5 +33,8 @@ $(eval $(call gb_Package_add_file,l10ntools_scripts,bin/po2lo,po2lo))
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propex,propex))
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propmerge,propmerge))
ifeq ($(OS_FOR_BUILD),WNT)
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propex,propex.bat))
endif
# vim: set noet sw=4 ts=4:
l10ntools/scripts/propex.bat
0 → 100755
Dosyayı görüntüle @
d28ffc88
@echo off
if "x%PERL%x" EQU "xx" (
echo ERROR: Perl not found. Environment is not set.
exit /b 1
)
%PERL% %SOLARVER%\%INPATH%\bin\propex %*
\ No newline at end of file
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