From 9e7bdb422d12d8be4b76eaf065e3aea8f9055f12 Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Mon, 28 Jul 2014 20:23:03 +0200 Subject: Kill the libreofficekit static library / shim.c. It looks like the cleanest method of getting lok_init into a LibreOfficeKitInit.h header (in a c89 compatible way) is to have it as a static function. (inline is only available in C99 or later -- this is actually available on Linux which is the only place that we can actually use lok_init anyways currently, however given we have to keep c89 for the C code (for MSVC) compatibility, selectively enabling c99 would likely be more messy.) Change-Id: I0493e7a68ed5397479220bb6ba8c3db870b6dd32 --- libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk') diff --git a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk index 4b77fbf3549d..cd03abecc229 100644 --- a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk +++ b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk @@ -42,10 +42,6 @@ endif $(eval $(call gb_CppunitTest_use_sdk_api,libreofficekit_tiledrendering)) -$(eval $(call gb_CppunitTest_use_static_libraries,libreofficekit_tiledrendering,\ - libreofficekit \ -)) - $(eval $(call gb_CppunitTest_use_ure,libreofficekit_tiledrendering)) #$(eval $(call gb_CppunitTest_use_vcl,libreofficekit_tiledrendering)) -- cgit