From 1cfaf70d401d49ab5a2c353f256203e086a678dc Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 15 Feb 2013 14:11:28 +0100 Subject: proposal: move towards killing UNOLIBS_OOO and merge libs to OOOLIBS - this is a partial example commit moving ogltrans and mtfrenderer to OOOLIBS - this renames the libs universally as gbuild is making this trivial and little risk of having libs linking against the old name - having libs named differently (lib*.uno.so and lib*lo.so) just adds needles complexity to the build system and creates insecurity for new contributors (and is not really documented either) - we should probably look at the other lib groups for cheap kills too (renaming in stable/frozen URE isnt worth it though) Change-Id: I2106dd2afb71861acf3de7d21a2283473ea2110c Reviewed-on: https://gerrit.libreoffice.org/2169 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- scp2/source/canvas/mtfrenderer.scp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'scp2/source/canvas/mtfrenderer.scp') diff --git a/scp2/source/canvas/mtfrenderer.scp b/scp2/source/canvas/mtfrenderer.scp index da372b2623f0..f8137c79253e 100644 --- a/scp2/source/canvas/mtfrenderer.scp +++ b/scp2/source/canvas/mtfrenderer.scp @@ -27,14 +27,4 @@ #include "macros.inc" -File gid_File_Lib_MtfRenderer - LIB_FILE_BODY; - Styles = (PACKED,UNO_COMPONENT); - RegistryID = gid_Starregistry_Services_Rdb; - Dir = SCP2_OOO_BIN_DIR; - #ifdef UNX - Name = STRING(CONCAT2(mtfrenderer.uno,UNXSUFFIX)); - #else - Name = "mtfrenderer.uno.dll"; - #endif -End +STD_LIB_FILE(gid_File_Lib_MtfRenderer, mtfrenderer) -- cgit v1.2.1