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

add wpftwriter to Library_merged

Change-Id: Id748b3bb2347bf8e8d63a47ff8471e3185cbedcb
üst ba22038b
......@@ -43,6 +43,12 @@ $(eval $(call gb_Library_use_libraries,merged,\
$(gb_UWINAPI) \
))
ifneq ($(OS),IOS)
$(eval $(call gb_Library_use_static_libraries,merged,\
writerperfect \
))
endif
$(eval $(call gb_Library_use_externals,merged,\
cups \
icui18n \
......@@ -52,6 +58,12 @@ $(eval $(call gb_Library_use_externals,merged,\
lcms2 \
libxml2 \
nss3 \
$(if $(filter-out IOS,$(OS)),\
wpd \
wpg \
wps \
mwaw \
) \
zlib \
))
......
......@@ -71,6 +71,7 @@ gb_MERGEDLIBS := \
uui \
$(if $(DISABLE_SCRIPTING),,vbahelper) \
vcl \
$(if $(filter-out IOS,$(OS)),wpftwriter) \
xmlscript \
xo \
......
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