Kaydet (Commit) e78fe7af authored tarafından Matúš Kukan's avatar Matúš Kukan

better conditions for registering executables

Change-Id: I197b5e35ee8e7b80f6bba3e59c811ab4261c489c
üst d330f3a2
......@@ -151,16 +151,16 @@ endif
endif
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
regmerge \
regview \
$(if $(and $(SOLAR_JAVA),$(filter-out MACOSX WNT,$(OS))),javaldx) \
$(if $(filter-out IOS,$(OS)), \
regmerge \
regview \
) \
$(if $(and $(SOLAR_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
))
$(eval $(call gb_Helper_register_executables,UREBIN,\
uno \
$(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
))
endif
ifeq ($(ENABLE_NPAPI_FROM_BROWSER),YES)
$(eval $(call gb_Helper_register_executables,OOO,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment