From c7470f5be441d8fe80155ff29605d74d5838be26 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Thu, 15 Jun 2017 16:35:31 +0200 Subject: emfplus: add rough version of local reader Complete redevelopent is too expensive, start with adding a copy of the existing vcl importer which will in the next steps be adapted to import primitives instead of MetaFile(Actions). Adapted namespace, made compile and added sample code to roughly use it Change-Id: I79e7ea0d78099fbbe18e2a595457b2ab353f58ea --- emfio/Library_emfio.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emfio/Library_emfio.mk') diff --git a/emfio/Library_emfio.mk b/emfio/Library_emfio.mk index e9a14249271a..ff209f5da3bf 100644 --- a/emfio/Library_emfio.mk +++ b/emfio/Library_emfio.mk @@ -25,6 +25,10 @@ $(eval $(call gb_Library_set_include,emfio,\ -I$(SRCDIR)/emfio/inc \ )) +$(eval $(call gb_Library_use_custom_headers,emfio,\ + officecfg/registry \ +)) + $(eval $(call gb_Library_use_external,emfio,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,emfio,$(SRCDIR)/emfio/inc/pch/precompiled_emfio)) @@ -37,6 +41,7 @@ $(eval $(call gb_Library_use_libraries,emfio,\ cppu \ cppuhelper \ sal \ + comphelper \ tl \ sax \ vcl \ @@ -47,6 +52,9 @@ $(eval $(call gb_Library_use_libraries,emfio,\ $(eval $(call gb_Library_add_exception_objects,emfio,\ emfio/source/emfuno/emfuno \ emfio/source/emfuno/xemfparser \ + emfio/source/reader/mtftools \ + emfio/source/reader/wmfreader \ + emfio/source/reader/emfreader \ )) # vim: set noet sw=4 ts=4: -- cgit