diff options
author | David Tardon <dtardon@redhat.com> | 2014-04-24 14:02:23 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-24 16:27:43 +0200 |
commit | b7fa9950a9ef68bf2652b8c93887b6d531866471 (patch) | |
tree | ddcf32f5578ba7630bee02d1652aaf04c57ce1af /writerperfect/Library_wpftwriter.mk | |
parent | e6b142a06833404d8b8a5be0501fd4751df60f35 (diff) |
change libwriterperfect to shared library
There are already 3 libs linking with it and there will be another one
in near future. It is time to stop the duplication :-)
Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
Diffstat (limited to 'writerperfect/Library_wpftwriter.mk')
-rw-r--r-- | writerperfect/Library_wpftwriter.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk index fab462bca4c1..f6f8d3fe2209 100644 --- a/writerperfect/Library_wpftwriter.mk +++ b/writerperfect/Library_wpftwriter.mk @@ -21,11 +21,6 @@ $(eval $(call gb_Library_Library,wpftwriter)) $(eval $(call gb_Library_set_componentfile,wpftwriter,writerperfect/source/writer/wpftwriter)) -$(eval $(call gb_Library_set_include,wpftwriter,\ - $$(INCLUDE) \ - -I$(SRCDIR)/writerperfect/source \ -)) - $(eval $(call gb_Library_use_sdk_api,wpftwriter)) $(eval $(call gb_Library_use_libraries,wpftwriter,\ @@ -39,14 +34,11 @@ $(eval $(call gb_Library_use_libraries,wpftwriter,\ tl \ ucbhelper \ utl \ + writerperfect \ xo \ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_use_static_libraries,wpftwriter,\ - writerperfect \ -)) - $(eval $(call gb_Library_use_externals,wpftwriter,\ abw \ boost_headers \ |