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
62b74b6c
Kaydet (Commit)
62b74b6c
authored
May 23, 2013
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuild: define gengal deps on windows too
Change-Id: I274d0a8392d51937630704b721953b407e7c3e91
üst
2feb756d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
RepositoryExternal.mk
RepositoryExternal.mk
+8
-2
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
62b74b6c
...
@@ -2877,8 +2877,8 @@ endef
...
@@ -2877,8 +2877,8 @@ endef
# Better duplication with gb_Gallery__UNO_COMPONENTS than nothing.
# Better duplication with gb_Gallery__UNO_COMPONENTS than nothing.
# This is used to determine what we need for 'build' platform.
# This is used to determine what we need for 'build' platform.
define gb_Executable__register_gengal
.bin
define gb_Executable__register_gengal
_impl
$(call gb_Executable_add_runtime_dependencies,
gengal.bin
,\
$(call gb_Executable_add_runtime_dependencies,
$(1)
,\
$(foreach component, \
$(foreach component, \
comphelper/util/comphelp \
comphelper/util/comphelp \
configmgr/source/configmgr \
configmgr/source/configmgr \
...
@@ -2908,6 +2908,12 @@ $(call gb_Executable_add_runtime_dependencies,gengal.bin,\
...
@@ -2908,6 +2908,12 @@ $(call gb_Executable_add_runtime_dependencies,gengal.bin,\
)
)
endef
endef
ifeq ($(OS),WNT)
gb_Executable__register_gengal = $(call gb_Executable__register_gengal_impl,gengal)
else
gb_Executable__register_gengal.bin = $(call gb_Executable__register_gengal_impl,gengal.bin)
endif
ifneq ($(SYSTEM_ICU),YES)
ifneq ($(SYSTEM_ICU),YES)
define gb_Executable__register_gendict
define gb_Executable__register_gendict
...
...
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