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

fix officebean on mingw

Change-Id: I18994c4c825748344f8d203e1a6be6b242249409
üst 43a9cd8a
......@@ -507,6 +507,21 @@ endef
endif # SYSTEM_LIBCMIS
ifeq ($(OS)$(COM),WNTGCC)
define gb_LinkTarget__use_jawt
$(call gb_LinkTarget_use_packages,$(1),\
jawt \
)
endef
else # $(OS)$(COM) != WNTGCC
gb_LinkTarget__use_jawt :=
endif # $(OS)$(COM) = WNTGCC
ifeq ($(SYSTEM_LIBEXTTEXTCAT),YES)
......
......@@ -36,6 +36,10 @@ $(eval $(call gb_Library_use_packages,officebean,\
sal_inc \
))
$(eval $(call gb_Library_use_externals,officebean,\
jawt \
))
$(eval $(call gb_Library_add_cobjects,officebean,\
bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \
bean/native/unix/com_sun_star_beans_LocalOfficeWindow \
......
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