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
41dc2dbc
Kaydet (Commit)
41dc2dbc
authored
Nis 16, 2013
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "add spec. handling for xcu files to gb_Dictionary"
Michael was faster :-) This reverts commit
28709dc6
.
üst
163a64ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
Dictionary.mk
solenv/gbuild/Dictionary.mk
+0
-24
No files found.
solenv/gbuild/Dictionary.mk
Dosyayı görüntüle @
41dc2dbc
...
@@ -385,28 +385,4 @@ $(foreach propertyfile,$(3),$(call gb_Dictionary_add_propertyfile,$(1),$(2)/$(no
...
@@ -385,28 +385,4 @@ $(foreach propertyfile,$(3),$(call gb_Dictionary_add_propertyfile,$(1),$(2)/$(no
endef
endef
# Add a configuration file to the dictionary.
#
# HACK: The xcu file might come from $(WORKDIR), if we are building with
# langs (because it is localized then), or from $(SRCDIR), if we are
# not. So we must handle it specially.
#
# gb_Dictionary_add_xcufile dictionary destfile xcufile
define gb_Dictionary_add_xcufile
ifeq ($(gb_WITH_LANG),)
$(call gb_Dictionary_add_file,$(1),$(2),$(3))
else
$(call gb_Dictionary_add_generated_file,$(1),$(2),$(call gb_XcuMergeTarget_get_target,$(3)))
endif
endef
# Add several configuration file to the dictionary at once.
#
# gb_Dictionary_add_xcufiles dictionary destdir xcufile(s)
define gb_Dictionary_add_xcufiles
$(foreach xcufile,$(3),$(call gb_Dictionary_add_xcufile,$(1),$(2)/$(notdir $(xcufile)),$(xcufile)))
endef
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
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