Kaydet (Commit) fd3a23ce authored tarafından Peter Foley's avatar Peter Foley

update the list of serialized libs

Change-Id: I2227de962c3af3f729e3476b3dd1d110ed10afce
üst b8dd3068
...@@ -260,15 +260,30 @@ $(if $(strip $(1)),\ ...@@ -260,15 +260,30 @@ $(if $(strip $(1)),\
$(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1)))) $(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1))))
endef endef
# this list consists of libraries above the arbitrary cut-off of 30M
# on a --enable-debug linux build
ifeq (all,$(filter all,$(MAKECMDGOALS))) ifeq (all,$(filter all,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\ $(eval $(call repositorymodule_serialize,\
chartcore \
chartcontroller \
cui \
$(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
fwk \
$(if $(MERGELIBS),merged) \
msword \
oox \
sc \
scfilt \ scfilt \
$(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \ sd \
sc msword swui sw sd \ sfx \
$(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \ svt \
writerfilter cui chartcontroller oox \ svx \
$(if $(MERGELIBS),merged,svxcore) \ svxcore \
xo vcl \ sw \
swui \
vcl \
writerfilter \
xo \
)) ))
endif endif
......
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