From b7fa9950a9ef68bf2652b8c93887b6d531866471 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 24 Apr 2014 14:02:23 +0200 Subject: 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 --- writerperfect/Library_wpftimpress.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'writerperfect/Library_wpftimpress.mk') diff --git a/writerperfect/Library_wpftimpress.mk b/writerperfect/Library_wpftimpress.mk index f8a8a15a5bea..db7218c2740c 100644 --- a/writerperfect/Library_wpftimpress.mk +++ b/writerperfect/Library_wpftimpress.mk @@ -21,11 +21,6 @@ $(eval $(call gb_Library_Library,wpftimpress)) $(eval $(call gb_Library_set_componentfile,wpftimpress,writerperfect/source/impress/wpftimpress)) -$(eval $(call gb_Library_set_include,wpftimpress,\ - $$(INCLUDE) \ - -I$(SRCDIR)/writerperfect/source \ -)) - $(eval $(call gb_Library_use_sdk_api,wpftimpress)) $(eval $(call gb_Library_use_libraries,wpftimpress,\ @@ -37,14 +32,11 @@ $(eval $(call gb_Library_use_libraries,wpftimpress,\ tl \ ucbhelper \ utl \ + writerperfect \ xo \ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_use_static_libraries,wpftimpress,\ - writerperfect \ -)) - $(eval $(call gb_Library_use_externals,wpftimpress,\ boost_headers \ etonyek \ -- cgit