On 16/02/13 23:36, Mat M wrote:
in configure, we define WPS_CFLAGS (MS Works import lib). It is used in
RepositoryExternal.mk, in gb_LinkTarget__use_wps
when I git grep this function, I found it nowhere else. A recursive grep
on a not-clean repo did not give more impact.
Does it imply that it is not used anymore or is ther an hidden feature
somewhere ?
it's not hidden, just underdocumented :-/
it defines a "wps" external, used in writerperfect/Library_wpftwriter.mk
$(eval $(call gb_Library_use_externals,wpftwriter,\
boost_headers \
wpd \
wpg \
wps \
))
see the definition in LinkTarget.mk:
# this forwards to functions that must be defined in
RepositoryExternal.mk.
# $(eval $(call gb_LinkTarget_use_external,library,external))
define gb_LinkTarget_use_external
$(if $(filter undefined,$(origin gb_LinkTarget__use_$(2))),\
$(error gb_LinkTarget_use_external: unknown external: $(2)),\
$(call gb_LinkTarget__use_$(2),$(1)))
endef
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.