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
b03fd9b3
Kaydet (Commit)
b03fd9b3
authored
Agu 07, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix configuration deps
Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94
üst
7edc1390
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Configuration_reportbuilder.mk
reportbuilder/Configuration_reportbuilder.mk
+1
-1
Configuration.mk
solenv/gbuild/Configuration.mk
+1
-1
CppunitTest.mk
solenv/gbuild/CppunitTest.mk
+1
-1
No files found.
reportbuilder/Configuration_reportbuilder.mk
Dosyayı görüntüle @
b03fd9b3
...
...
@@ -27,7 +27,7 @@
$(eval $(call gb_Configuration_Configuration,sun-report-builder,nodeliver))
$(eval $(call gb_Configuration_use_configuration,sun-report-builder,
officecfg
))
$(eval $(call gb_Configuration_use_configuration,sun-report-builder,
registry
))
$(eval $(call gb_Configuration_add_schemas,sun-report-builder,reportbuilder/registry/schema,\
org/openoffice/Office/ReportDesign.xcs \
...
...
solenv/gbuild/Configuration.mk
Dosyayı görüntüle @
b03fd9b3
...
...
@@ -505,7 +505,7 @@ endef
#
# Example:
# # foo needs schemas from the main configuration
# $(eval $(call gb_Configuration_use_configuration,foo,
officecfg
))
# $(eval $(call gb_Configuration_use_configuration,foo,
registry
))
define gb_Configuration_use_configuration
$(call gb_Configuration_get_preparation_target,$(1)) : $(call gb_Configuration_get_target,$(2))
$(call gb_Configuration_get_target,$(1)) : SCHEMA_ROOT := $(gb_Configuration_registry)/schema
...
...
solenv/gbuild/CppunitTest.mk
Dosyayı görüntüle @
b03fd9b3
...
...
@@ -266,7 +266,7 @@ endef
# Use standard configuration.
define gb_CppunitTest_use_configuration
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Configuration_get_target,
officecfg
)
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Configuration_get_target,
registry
)
$(call gb_CppunitTest__use_configuration,$(1),xcsxcu,$(gb_Configuration_registry))
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