diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-12-11 12:01:21 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-11 20:45:30 +0000 |
commit | eebc1e9a8a5c7fd04b795c62791a70eed65995e4 (patch) | |
tree | 56c34f36141f9f670c76bb3658b7c068f20b7990 /sax/Library_expwrap.mk | |
parent | bbb9f4f74724213d62154bb17876953064cd2d62 (diff) |
fdo#60698: Merge fastsax and sax_shared into expwrap
Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4
Reviewed-on: https://gerrit.libreoffice.org/6967
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r-- | sax/Library_expwrap.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk index 67eeb7742e4b..7e3b53e5bfba 100644 --- a/sax/Library_expwrap.mk +++ b/sax/Library_expwrap.mk @@ -16,27 +16,33 @@ $(eval $(call gb_Library_set_include,expwrap,\ $$(INCLUDE) \ )) +$(eval $(call gb_Library_add_defs,expwrap,\ + -DFASTSAX_DLLIMPLEMENTATION \ +)) + $(eval $(call gb_Library_use_sdk_api,expwrap)) $(eval $(call gb_Library_use_externals,expwrap,\ + boost_headers \ expat \ + zlib \ )) $(eval $(call gb_Library_use_libraries,expwrap,\ cppu \ cppuhelper \ sal \ + salhelper \ + sax \ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_use_static_libraries,expwrap,\ - sax_shared \ -)) - $(eval $(call gb_Library_add_exception_objects,expwrap,\ sax/source/expatwrap/attrlistimpl \ sax/source/expatwrap/sax_expat \ sax/source/expatwrap/saxwriter \ + sax/source/expatwrap/xml2utf \ + sax/source/fastparser/fastparser \ )) # vim: set noet sw=4 ts=4: |