Kaydet (Commit) 7617e9c4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Filter out vbaobj in the disabled scripting case

Change-Id: I2fee7cd5e30d95371af503a8be18c36540f93811
üst 90b01ef9
......@@ -170,7 +170,9 @@ $(call tailbuild_serialize,$(wordlist 2,$(words $(1)),$(1))))
endef
$(eval $(call tailbuild_serialize,\
scfilt vbaobj sc msword swui sw sd \
scfilt \
$(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \
sc msword swui sw sd \
$(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \
writerfilter cui chartcontroller oox \
$(if $(filter TRUE,$(MERGELIBS)),merged,svxcore) \
......
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