summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <jan-marek.glogowski@extern.cib.de>2020-02-22 22:25:50 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2021-04-07 16:17:16 +0000
commit54ec95a0cfaeb35877df5b1ee7f1cacf0216085d (patch)
tree40580c4fc066e17986efc76c201bc78be8e50fa1
parent05416588ecc974facb96668442bcebb4bcc198a2 (diff)
Use LO library names
Most LO libraries have a lo postfix. No idea wh, but at least the VCL plugin öoader depends on it. The gb_Library_PLAINLIBS_* make variables seem to contain a list of exceptions from this rule. Change-Id: I2332643fe129f58c23bb54a589f1b45a5e031c07
-rw-r--r--animations/meson.build2
-rw-r--r--basegfx/meson.build2
-rw-r--r--basic/meson.build2
-rw-r--r--binaryurp/meson.build2
-rw-r--r--canvas/meson.build6
-rw-r--r--connectivity/meson.build2
-rw-r--r--cppcanvas/meson.build2
-rw-r--r--cppu/meson.build2
-rw-r--r--cppuhelper/meson.build2
-rw-r--r--cui/meson.build2
-rw-r--r--drawinglayer/meson.build2
-rw-r--r--editeng/meson.build2
-rw-r--r--eventattacher/meson.build2
-rw-r--r--external/clew/meson.build2
-rw-r--r--filter/meson.build6
-rw-r--r--formula/meson.build4
-rw-r--r--framework/meson.build10
-rw-r--r--helpcompiler/meson.build2
-rw-r--r--i18nlangtag/meson.build2
-rw-r--r--i18nutil/meson.build2
-rw-r--r--io/meson.build2
-rw-r--r--jvmfwk/meson.build2
-rw-r--r--linguistic/meson.build2
-rw-r--r--oox/meson.build2
-rw-r--r--opencl/meson.build2
-rw-r--r--package/meson.build2
-rw-r--r--registry/meson.build2
-rw-r--r--remotebridges/meson.build2
-rw-r--r--sal/meson.build2
-rw-r--r--salhelper/meson.build2
-rw-r--r--sax/meson.build4
-rw-r--r--sc/meson.build6
-rw-r--r--sd/meson.build6
-rw-r--r--sfx2/meson.build2
-rw-r--r--sot/meson.build2
-rw-r--r--starmath/meson.build4
-rw-r--r--store/meson.build2
-rw-r--r--svl/meson.build2
-rw-r--r--svtools/meson.build2
-rw-r--r--svx/meson.build4
-rw-r--r--sw/meson.build8
-rw-r--r--toolkit/meson.build2
-rw-r--r--tools/meson.build2
-rw-r--r--ucbhelper/meson.build2
-rw-r--r--unoidl/meson.build2
-rw-r--r--unotools/meson.build2
-rw-r--r--vbahelper/meson.build5
-rw-r--r--vcl/meson.build3
-rw-r--r--xmloff/meson.build4
-rw-r--r--xmlreader/meson.build2
-rw-r--r--xmlscript/meson.build2
51 files changed, 72 insertions, 74 deletions
diff --git a/animations/meson.build b/animations/meson.build
index 6b694bf623bd..80a9892eea51 100644
--- a/animations/meson.build
+++ b/animations/meson.build
@@ -1,4 +1,4 @@
-animcore_lib = shared_library('animcore',
+animcore_lib = shared_library('animcorelo',
'source/animcore/animcore.cxx',
udk_fake_h, off_fake_h,
include_directories: [main_inc, udkh_inc, offapi_inc],
diff --git a/basegfx/meson.build b/basegfx/meson.build
index accffce1028f..ce378a8afebc 100644
--- a/basegfx/meson.build
+++ b/basegfx/meson.build
@@ -1,4 +1,4 @@
-basegfx_lib = shared_library('basegfx',
+basegfx_lib = shared_library('basegfxlo',
'source/polygon/b2dpolygonclipper.cxx',
'source/polygon/b2dpolygoncutandtouch.cxx',
'source/polygon/b2dpolygontriangulator.cxx',
diff --git a/basic/meson.build b/basic/meson.build
index dfc0ab3dbf86..44d21ed3594f 100644
--- a/basic/meson.build
+++ b/basic/meson.build
@@ -69,7 +69,7 @@ common_sources = files(
'source/sbx/sbxvar.cxx',
)
-sb_lib = shared_library('sb',
+sb_lib = shared_library('sblo',
scripting_sources,
common_sources,
'source/runtime/dllmgr-none.cxx',
diff --git a/binaryurp/meson.build b/binaryurp/meson.build
index 9ae79960f2d2..56630fa16039 100644
--- a/binaryurp/meson.build
+++ b/binaryurp/meson.build
@@ -1,4 +1,4 @@
-binaryurp_lib = shared_library('binaryurp',
+binaryurp_lib = shared_library('binaryurplo',
'source/binaryany.cxx',
'source/bridge.cxx',
'source/bridgefactory.cxx',
diff --git a/canvas/meson.build b/canvas/meson.build
index 94361c955637..0620f088b41f 100644
--- a/canvas/meson.build
+++ b/canvas/meson.build
@@ -1,4 +1,4 @@
-canvastools_lib = shared_library('canvastools',
+canvastools_lib = shared_library('canvastoolslo',
'source/tools/cachedprimitivebase.cxx',
'source/tools/canvascustomspritehelper.cxx',
'source/tools/canvastools.cxx',
@@ -20,7 +20,7 @@ canvastools_lib = shared_library('canvastools',
install: true,
)
-vclcanvas_lib = shared_library('vclcanvas',
+vclcanvas_lib = shared_library('vclcanvaslo',
'source/vcl/backbuffer.cxx',
'source/vcl/bitmapbackbuffer.cxx',
'source/vcl/cachedbitmap.cxx',
@@ -47,7 +47,7 @@ vclcanvas_lib = shared_library('vclcanvas',
install: true,
)
-cairocanvas_lib = shared_library('cairocanvas',
+cairocanvas_lib = shared_library('cairocanvaslo',
'source/cairo/cairo_cachedbitmap.cxx',
'source/cairo/cairo_canvas.cxx',
'source/cairo/cairo_canvasbitmap.cxx',
diff --git a/connectivity/meson.build b/connectivity/meson.build
index e12e56117bb5..5832f178fba5 100644
--- a/connectivity/meson.build
+++ b/connectivity/meson.build
@@ -23,7 +23,7 @@ sql_bison = custom_target('sql_bison',
'--defines=@OUTPUT1@',
'--output=@OUTPUT0@'])
-dbtools_lib = shared_library('dbtools',
+dbtools_lib = shared_library('dbtoolslo',
'source/commontools/AutoRetrievingBase.cxx',
'source/commontools/BlobHelper.cxx',
'source/commontools/CommonTools.cxx',
diff --git a/cppcanvas/meson.build b/cppcanvas/meson.build
index 30477eedad3d..e2dc75c0bd7e 100644
--- a/cppcanvas/meson.build
+++ b/cppcanvas/meson.build
@@ -1,4 +1,4 @@
-cppcanvas_lib = shared_library('cppcanvas',
+cppcanvas_lib = shared_library('cppcanvaslo',
'source/mtfrenderer/bitmapaction.cxx',
'source/mtfrenderer/cachedprimitivebase.cxx',
'source/mtfrenderer/implrenderer.cxx',
diff --git a/cppu/meson.build b/cppu/meson.build
index 974e30c75ad0..01f9c23fdaa0 100644
--- a/cppu/meson.build
+++ b/cppu/meson.build
@@ -1,4 +1,4 @@
-cppu_lib = shared_library('cppu',
+cppu_lib = shared_library('cppulo',
'source/cppu/compat.cxx',
'source/cppu/cppu_opt.cxx',
'source/threadpool/current.cxx',
diff --git a/cppuhelper/meson.build b/cppuhelper/meson.build
index bcdf1bbd5742..5fa76aaef9b6 100644
--- a/cppuhelper/meson.build
+++ b/cppuhelper/meson.build
@@ -6,7 +6,7 @@ temp_hack = static_library('cppuuno',
include_directories: [main_inc, udkh_inc, offapi_inc, cpphelper_uno_inc],
)
-cppuhelper_lib = shared_library('cpphelper',
+cppuhelper_lib = shared_library('cpphelperlo',
'source/access_control.cxx',
'source/bootstrap.cxx',
'source/compat.cxx',
diff --git a/cui/meson.build b/cui/meson.build
index b39ae6685aa1..77bfc4ebcad1 100644
--- a/cui/meson.build
+++ b/cui/meson.build
@@ -1,4 +1,4 @@
-cui_lib = shared_library('cui',
+cui_lib = shared_library('cuilo',
'source/customize/acccfg.cxx',
'source/customize/cfg.cxx',
'source/customize/cfgutil.cxx',
diff --git a/drawinglayer/meson.build b/drawinglayer/meson.build
index e9616787901c..a7e7605c2d8e 100644
--- a/drawinglayer/meson.build
+++ b/drawinglayer/meson.build
@@ -1,4 +1,4 @@
-drawinglayer_lib = shared_library('drawinglayer',
+drawinglayer_lib = shared_library('drawinglayerlo',
'source/animation/animationtiming.cxx',
'source/attribute/fillgraphicattribute.cxx',
'source/attribute/fillgradientattribute.cxx',
diff --git a/editeng/meson.build b/editeng/meson.build
index 30609d0158ab..64ff3d9f8466 100644
--- a/editeng/meson.build
+++ b/editeng/meson.build
@@ -1,7 +1,7 @@
# FIXME: using a pregenerated tokens.cxx instead of generating
# it properly.
-editeng_lib = shared_library('editeng',
+editeng_lib = shared_library('editenglo',
'source/accessibility/AccessibleComponentBase.cxx',
'source/accessibility/AccessibleContextBase.cxx',
'source/accessibility/AccessibleEditableTextPara.cxx',
diff --git a/eventattacher/meson.build b/eventattacher/meson.build
index e4909022173c..bc9cf4e50046 100644
--- a/eventattacher/meson.build
+++ b/eventattacher/meson.build
@@ -1,4 +1,4 @@
-evtatt_lib = shared_library('evtatt',
+evtatt_lib = shared_library('evtattlo',
'source/eventattacher.cxx',
udk_fake_h, off_fake_h,
include_directories: [main_inc],
diff --git a/external/clew/meson.build b/external/clew/meson.build
index 3dcbb8311ed8..4e41bb01eb2a 100644
--- a/external/clew/meson.build
+++ b/external/clew/meson.build
@@ -1,4 +1,4 @@
-clew_lib = shared_library('clew',
+clew_lib = shared_library('clewlo',
'source/clew.c',
include_directories: ['source/include'],
dependencies: [dl_dep],
diff --git a/filter/meson.build b/filter/meson.build
index 4dcc3d8a9b14..4b0e579e8428 100644
--- a/filter/meson.build
+++ b/filter/meson.build
@@ -1,4 +1,4 @@
-filterconfig_lib = shared_library('filterconfig',
+filterconfig_lib = shared_library('filterconfiglo',
'source/config/cache/basecontainer.cxx',
'source/config/cache/cacheitem.cxx',
'source/config/cache/cacheupdatelistener.cxx',
@@ -19,7 +19,7 @@ filterconfig_lib = shared_library('filterconfig',
)
# Requires too much custom target work. Fix later.
-#svgfilter_lib = shared_library('svgfilter',
+#svgfilter_lib = shared_library('svgfilterlo',
# 'source/svg/svgfilter.cxx',
# 'source/svg/svgexport.cxx',
# 'source/svg/svgfontexport.cxx',
@@ -34,7 +34,7 @@ filterconfig_lib = shared_library('filterconfig',
# dependencies: [],
#)
-msfilter_lib = shared_library('msfilter',
+msfilter_lib = shared_library('msfilterlo',
'source/msfilter/countryid.cxx',
'source/msfilter/dffpropset.cxx',
'source/msfilter/dffrecordheader.cxx',
diff --git a/formula/meson.build b/formula/meson.build
index 756fba196b46..105870263b07 100644
--- a/formula/meson.build
+++ b/formula/meson.build
@@ -1,4 +1,4 @@
-for_lib = shared_library('for',
+for_lib = shared_library('forlo',
'source/core/api/FormulaCompiler.cxx',
'source/core/api/FormulaOpCodeMapperObj.cxx',
'source/core/api/grammar.cxx',
@@ -15,7 +15,7 @@ for_lib = shared_library('for',
install: true,
)
-forui_lib = shared_library('forui',
+forui_lib = shared_library('foruilo',
'source/ui/dlg/formula.cxx',
'source/ui/dlg/FormulaHelper.cxx',
'source/ui/dlg/funcpage.cxx',
diff --git a/framework/meson.build b/framework/meson.build
index 709d326b6d38..62ea0c81538f 100644
--- a/framework/meson.build
+++ b/framework/meson.build
@@ -1,4 +1,4 @@
-fwi_lib = shared_library('fwi',
+fwi_lib = shared_library('fwilo',
'source/fwi/classes/converter.cxx',
'source/fwi/classes/protocolhandlercache.cxx',
'source/fwi/helper/mischelper.cxx',
@@ -17,7 +17,7 @@ fwi_lib = shared_library('fwi',
install: true,
)
-fwe_lib = shared_library('fwe',
+fwe_lib = shared_library('fwelo',
'source/fwe/classes/actiontriggercontainer.cxx',
'source/fwe/classes/actiontriggerpropertyset.cxx',
'source/fwe/classes/actiontriggerseparatorpropertyset.cxx',
@@ -52,7 +52,7 @@ fwe_lib = shared_library('fwe',
install: true,
)
-fwl_lib = shared_library('fwl',
+fwl_lib = shared_library('fwllo',
'source/dispatch/mailtodispatcher.cxx',
'source/dispatch/oxt_handler.cxx',
'source/dispatch/popupmenudispatcher.cxx',
@@ -80,7 +80,7 @@ fwl_lib = shared_library('fwl',
install: true,
)
-fwm_lib = shared_library('fwm',
+fwm_lib = shared_library('fwmlo',
'source/dispatch/systemexec.cxx',
'source/jobs/helponstartup.cxx',
'source/jobs/shelljob.cxx',
@@ -93,7 +93,7 @@ fwm_lib = shared_library('fwm',
install: true,
)
-fwk_lib = shared_library('fwk',
+fwk_lib = shared_library('fwklo',
'source/accelerators/acceleratorcache.cxx',
'source/accelerators/acceleratorconfiguration.cxx',
'source/accelerators/documentacceleratorconfiguration.cxx',
diff --git a/helpcompiler/meson.build b/helpcompiler/meson.build
index c2429925466e..fdb4cb65d475 100644
--- a/helpcompiler/meson.build
+++ b/helpcompiler/meson.build
@@ -1,4 +1,4 @@
-helplinker_lib = shared_library('helplinker',
+helplinker_lib = shared_library('helplinkerlo',
'source/HelpCompiler.cxx',
'source/LuceneHelper.cxx',
'source/HelpIndexer.cxx',
diff --git a/i18nlangtag/meson.build b/i18nlangtag/meson.build
index 3ae7e5ef0eed..6e1aa18610e3 100644
--- a/i18nlangtag/meson.build
+++ b/i18nlangtag/meson.build
@@ -1,4 +1,4 @@
-i18nlangtag_lib = shared_library('i18nlangtag',
+i18nlangtag_lib = shared_library('i18nlangtaglo',
'source/isolang/insys.cxx',
'source/isolang/isolang.cxx',
'source/isolang/mslangid.cxx',
diff --git a/i18nutil/meson.build b/i18nutil/meson.build
index 06488b9645ec..d893bffb8e47 100644
--- a/i18nutil/meson.build
+++ b/i18nutil/meson.build
@@ -1,4 +1,4 @@
-i18nutil_lib = shared_library('i18nutil',
+i18nutil_lib = shared_library('i18nutillo',
'source/utility/casefolding.cxx',
'source/utility/oneToOneMapping.cxx',
'source/utility/paper.cxx',
diff --git a/io/meson.build b/io/meson.build
index 4c81d6c037da..059e945fc399 100644
--- a/io/meson.build
+++ b/io/meson.build
@@ -1,4 +1,4 @@
-io_lib = shared_library('io',
+io_lib = shared_library('iolo',
'source/services.cxx',
'source/acceptor/acc_pipe.cxx',
'source/acceptor/acc_socket.cxx',
diff --git a/jvmfwk/meson.build b/jvmfwk/meson.build
index 22d44ceecbc8..31baa67f44ab 100644
--- a/jvmfwk/meson.build
+++ b/jvmfwk/meson.build
@@ -1,4 +1,4 @@
-jvmfwk_lib = shared_library('jvmfwk',
+jvmfwk_lib = shared_library('jvmfwklo',
'plugins/sunmajor/pluginlib/gnujre.cxx',
'plugins/sunmajor/pluginlib/otherjre.cxx',
'plugins/sunmajor/pluginlib/sunjavaplugin.cxx',
diff --git a/linguistic/meson.build b/linguistic/meson.build
index 7c45b83e7aab..2ded8af471ce 100644
--- a/linguistic/meson.build
+++ b/linguistic/meson.build
@@ -1,4 +1,4 @@
-lng_lib = shared_library('lng',
+lng_lib = shared_library('lnglo',
'source/convdic.cxx',
'source/convdiclist.cxx',
'source/convdicxml.cxx',
diff --git a/oox/meson.build b/oox/meson.build
index e61f66748b34..5d1ce8f8dca6 100644
--- a/oox/meson.build
+++ b/oox/meson.build
@@ -1,4 +1,4 @@
-oox_lib = shared_library('oox',
+oox_lib = shared_library('ooxlo',
'source/core/binarycodec.cxx',
'source/core/contexthandler2.cxx',
'source/core/contexthandler.cxx',
diff --git a/opencl/meson.build b/opencl/meson.build
index 2b88a65e3c9d..a9a6921033d7 100644
--- a/opencl/meson.build
+++ b/opencl/meson.build
@@ -1,4 +1,4 @@
-opencl_lib = shared_library('opencl',
+opencl_lib = shared_library('opencllo',
'source/openclconfig.cxx',
'source/openclwrapper.cxx',
'source/opencl_device.cxx',
diff --git a/package/meson.build b/package/meson.build
index 3ec69facb37d..d355b9d205b0 100644
--- a/package/meson.build
+++ b/package/meson.build
@@ -1,4 +1,4 @@
-package2_lib = shared_library('package2',
+package2_lib = shared_library('package2lo',
'source/manifest/ManifestExport.cxx',
'source/manifest/ManifestImport.cxx',
'source/manifest/ManifestReader.cxx',
diff --git a/registry/meson.build b/registry/meson.build
index 73eb51beefe7..4aca66d72d33 100644
--- a/registry/meson.build
+++ b/registry/meson.build
@@ -1,4 +1,4 @@
-reg_lib = shared_library('reg',
+reg_lib = shared_library('reglo',
'source/keyimpl.cxx',
'source/reflread.cxx',
'source/reflwrit.cxx',
diff --git a/remotebridges/meson.build b/remotebridges/meson.build
index 3ccc7a9c8618..dcdf30779519 100644
--- a/remotebridges/meson.build
+++ b/remotebridges/meson.build
@@ -1,4 +1,4 @@
-uuresolver_lib = shared_library('uuresolver',
+uuresolver_lib = shared_library('uuresolverlo',
'source/unourl_resolver/unourl_resolver.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
diff --git a/sal/meson.build b/sal/meson.build
index 84cd07cd2670..b010a816b025 100644
--- a/sal/meson.build
+++ b/sal/meson.build
@@ -68,7 +68,7 @@ else
system_link_args = []
endif
-sal_lib = shared_library('sal',
+sal_lib = shared_library('sallo',
'rtl/alloc_arena.cxx',
'rtl/alloc_cache.cxx',
'rtl/alloc_fini.cxx',
diff --git a/salhelper/meson.build b/salhelper/meson.build
index 8cdc3a4ef3b2..98d3d3ea07c2 100644
--- a/salhelper/meson.build
+++ b/salhelper/meson.build
@@ -1,4 +1,4 @@
-salhelper_lib = shared_library('salhelper',
+salhelper_lib = shared_library('salhelperlo',
'source/condition.cxx',
'source/dynload.cxx',
'source/simplereferenceobject.cxx',
diff --git a/sax/meson.build b/sax/meson.build
index 9b38f4b1598f..9f68c0abc2ed 100644
--- a/sax/meson.build
+++ b/sax/meson.build
@@ -1,4 +1,4 @@
-sax_lib = shared_library('sax',
+sax_lib = shared_library('saxlo',
'source/tools/converter.cxx',
'source/tools/fastattribs.cxx',
'source/tools/fastserializer.cxx',
@@ -11,7 +11,7 @@ sax_lib = shared_library('sax',
install: true,
)
-expwrap_lib = shared_library('expwrap',
+expwrap_lib = shared_library('expwraplo',
'source/expatwrap/sax_expat.cxx',
'source/expatwrap/saxwriter.cxx',
'source/expatwrap/xml2utf.cxx',
diff --git a/sc/meson.build b/sc/meson.build
index e55a309b9cd2..8bbc0865cc50 100644
--- a/sc/meson.build
+++ b/sc/meson.build
@@ -1,4 +1,4 @@
-sc_lib = shared_library('sc',
+sc_lib = shared_library('sclo',
'source/core/data/attarray.cxx',
'source/core/data/attrib.cxx',
'source/core/data/autonamecache.cxx',
@@ -627,7 +627,7 @@ sc_lib = shared_library('sc',
install: true,
)
-scui_lib = shared_library('scui',
+scui_lib = shared_library('scuilo',
'source/ui/attrdlg/attrdlg.cxx',
'source/ui/attrdlg/scdlgfact.cxx',
'source/ui/attrdlg/scuiexp.cxx',
@@ -905,7 +905,7 @@ scui_lib = shared_library('scui',
# dependencies: [orcus_dep, broken_mdds_dep],
#)
-vbaobj_lib = shared_library('vbaobj',
+vbaobj_lib = shared_library('vbaobjlo',
'source/ui/vba/excelvbahelper.cxx',
'source/ui/vba/service.cxx',
'source/ui/vba/vbaapplication.cxx',
diff --git a/sd/meson.build b/sd/meson.build
index 2154b554d0b1..eed81d4e11c9 100644
--- a/sd/meson.build
+++ b/sd/meson.build
@@ -1,4 +1,4 @@
-sd_lib = shared_library('sd',
+sd_lib = shared_library('sdlo',
'source/core/CustomAnimationCloner.cxx',
'source/core/CustomAnimationEffect.cxx',
'source/core/CustomAnimationPreset.cxx',
@@ -379,7 +379,7 @@ sd_lib = shared_library('sd',
install: true,
)
-sdui_lib = shared_library('sdui',
+sdui_lib = shared_library('sduilo',
'source/filter/html/htmlattr.cxx',
'source/filter/html/pubdlg.cxx',
'source/ui/dlg/brkdlg.cxx',
@@ -417,7 +417,7 @@ sdui_lib = shared_library('sdui',
install: true,
)
-sdfilt_lib = shared_library('sdfilt',
+sdfilt_lib = shared_library('sdfiltlo',
'source/filter/eppt/eppt.cxx',
'source/filter/eppt/epptso.cxx',
'source/filter/eppt/escherex.cxx',
diff --git a/sfx2/meson.build b/sfx2/meson.build
index 83f82d9b33cf..1ae7afbcf0ae 100644
--- a/sfx2/meson.build
+++ b/sfx2/meson.build
@@ -8,7 +8,7 @@ sfxslots_hxx = custom_target('sfxslots',
'-fs' + meson.build_root() + '/@OUTPUT@',
meson.build_root() + '/@INPUT@'])
-sfx_lib = shared_library('sfx',
+sfx_lib = shared_library('sfxlo',
'source/accessibility/AccessibilityCheck.cxx',
'source/accessibility/AccessibilityIssue.cxx',
'source/appl/app.cxx',
diff --git a/sot/meson.build b/sot/meson.build
index 323e26c6b87c..e3b38b8f49fc 100644
--- a/sot/meson.build
+++ b/sot/meson.build
@@ -1,4 +1,4 @@
-sot_lib = shared_library('sot',
+sot_lib = shared_library('sotlo',
'source/unoolestorage/xolesimplestorage.cxx',
'source/base/formats.cxx',
'source/base/object.cxx',
diff --git a/starmath/meson.build b/starmath/meson.build
index 7f242c36b4ef..a8398a5ead81 100644
--- a/starmath/meson.build
+++ b/starmath/meson.build
@@ -1,4 +1,4 @@
-starmath_lib = shared_library('starmath',
+starmath_lib = shared_library('starmathlo',
'source/AccessibleSmElement.cxx',
'source/AccessibleSmElementsControl.cxx',
'source/ElementsDockingWindow.cxx',
@@ -67,7 +67,7 @@ starmath_lib = shared_library('starmath',
)
-smd_lib = shared_library('smd',
+smd_lib = shared_library('smdlo',
'source/smdetect.cxx',
'source/eqnolefilehdr.cxx',
udk_fake_h, off_fake_h, math_hxx,
diff --git a/store/meson.build b/store/meson.build
index b454353b9aac..d52eee414761 100644
--- a/store/meson.build
+++ b/store/meson.build
@@ -1,4 +1,4 @@
-store_lib = shared_library('store',
+store_lib = shared_library('storelo',
'source/lockbyte.cxx',
'source/object.cxx',
'source/storbase.cxx',
diff --git a/svl/meson.build b/svl/meson.build
index b04d599e620c..19f43733e891 100644
--- a/svl/meson.build
+++ b/svl/meson.build
@@ -1,4 +1,4 @@
-svl_lib = shared_library('svl',
+svl_lib = shared_library('svllo',
'source/config/asiancfg.cxx',
'source/config/cjkoptions.cxx',
'source/config/ctloptions.cxx',
diff --git a/svtools/meson.build b/svtools/meson.build
index d88d29dcc985..fc8b5aed0794 100644
--- a/svtools/meson.build
+++ b/svtools/meson.build
@@ -1,4 +1,4 @@
-svt_lib = shared_library('svt',
+svt_lib = shared_library('svtlo',
'source/brwbox/brwbox1.cxx',
'source/brwbox/brwbox2.cxx',
'source/brwbox/brwbox3.cxx',
diff --git a/svx/meson.build b/svx/meson.build
index 07d1475e3180..2b4151224957 100644
--- a/svx/meson.build
+++ b/svx/meson.build
@@ -9,7 +9,7 @@ sfxslots_hxx = custom_target('svxslots',
'-fs' + meson.build_root() + '/@OUTPUT@',
meson.build_root() + '/@INPUT@'])
-svxcore_lib = shared_library('svxcore',
+svxcore_lib = shared_library('svxcorelo',
'source/core/extedit.cxx',
'source/core/graphichelper.cxx',
'source/customshapes/EnhancedCustomShape2d.cxx',
@@ -384,7 +384,7 @@ svxcore_lib = shared_library('svxcore',
install: true,
)
-svx_lib = shared_library('svx',
+svx_lib = shared_library('svxlo',
'source/accessibility/AccessibleControlShape.cxx',
'source/accessibility/AccessibleEmptyEditSource.cxx',
'source/accessibility/AccessibleFrameSelector.cxx',
diff --git a/sw/meson.build b/sw/meson.build
index a5fa45d68865..e1fd55dd7f92 100644
--- a/sw/meson.build
+++ b/sw/meson.build
@@ -1,4 +1,4 @@
-sw_lib = shared_library('sw',
+sw_lib = shared_library('swlo',
'source/core/SwNumberTree/SwNodeNum.cxx',
'source/core/SwNumberTree/SwNumberTree.cxx',
'source/core/access/AccessibilityCheck.cxx',
@@ -704,7 +704,7 @@ sw_lib = shared_library('sw',
install: true,
)
-swui_lib = shared_library('swui',
+swui_lib = shared_library('swuilo',
'source/ui/chrdlg/break.cxx',
'source/ui/chrdlg/chardlg.cxx',
'source/ui/chrdlg/drpcps.cxx',
@@ -808,7 +808,7 @@ swui_lib = shared_library('swui',
)
-msword_lib = shared_library('msword',
+msword_lib = shared_library('mswordlo',
'source/filter/docx/swdocxreader.cxx',
'source/filter/rtf/swparrtf.cxx',
'source/filter/ww8/docxattributeoutput.cxx',
@@ -855,7 +855,7 @@ msword_lib = shared_library('msword',
install: true,
)
-vbaswobj_lib = shared_library('vbaswobj',
+vbaswobj_lib = shared_library('vbaswobjlo',
'source/ui/vba/service.cxx',
'source/ui/vba/vbarange.cxx',
'source/ui/vba/vbacell.cxx',
diff --git a/toolkit/meson.build b/toolkit/meson.build
index f79e051b9433..91114bba8a8d 100644
--- a/toolkit/meson.build
+++ b/toolkit/meson.build
@@ -1,4 +1,4 @@
-tk_lib = shared_library('tk',
+tk_lib = shared_library('tklo',
'source/awt/asynccallback.cxx',
'source/awt/stylesettings.cxx',
'source/awt/scrollabledialog.cxx',
diff --git a/tools/meson.build b/tools/meson.build
index cc22c115457c..81bc5438e2f6 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -3,7 +3,7 @@ oopathutils_lib = static_library('oopathutils',
include_directories: [main_inc],
)
-tl_lib = shared_library('tl',
+tl_lib = shared_library('tllo',
'source/datetime/datetime.cxx',
'source/datetime/datetimeutils.cxx',
'source/datetime/systemdatetime.cxx',
diff --git a/ucbhelper/meson.build b/ucbhelper/meson.build
index 164436abd2f9..38d85661841e 100644
--- a/ucbhelper/meson.build
+++ b/ucbhelper/meson.build
@@ -1,4 +1,4 @@
-ucbhelper_lib = shared_library('ucbhelper',
+ucbhelper_lib = shared_library('ucbhelperlo',
'source/client/activedatasink.cxx',
'source/client/activedatastreamer.cxx',
'source/client/commandenvironment.cxx',
diff --git a/unoidl/meson.build b/unoidl/meson.build
index b62225609732..5b696a23c9b6 100644
--- a/unoidl/meson.build
+++ b/unoidl/meson.build
@@ -8,7 +8,7 @@ pgen = custom_target('unoidl_bison',
input: 'source/sourceprovider-parser.y',
command : [bison_bin, '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@'])
-unoidl_lib = shared_library('unoidl',
+unoidl_lib = shared_library('unoidllo',
'source/legacyprovider.cxx',
'source/sourcefileprovider.cxx',
'source/sourcetreeprovider.cxx',
diff --git a/unotools/meson.build b/unotools/meson.build
index c8c7cf0f0abf..d017acab1c1a 100644
--- a/unotools/meson.build
+++ b/unotools/meson.build
@@ -1,4 +1,4 @@
-utl_lib = shared_library('utl',
+utl_lib = shared_library('utllo',
'source/accessibility/accessiblerelationsethelper.cxx',
'source/accessibility/accessiblestatesethelper.cxx',
'source/config/bootstrap.cxx',
diff --git a/vbahelper/meson.build b/vbahelper/meson.build
index f64125a680f7..ca21f0959f0a 100644
--- a/vbahelper/meson.build
+++ b/vbahelper/meson.build
@@ -1,4 +1,4 @@
-vbahelper_lib = shared_library('vbahelper',
+vbahelper_lib = shared_library('vbahelperlo',
'source/vbahelper/vbaapplicationbase.cxx',
'source/vbahelper/vbacolorformat.cxx',
'source/vbahelper/vbacommandbar.cxx',
@@ -33,8 +33,7 @@ vbahelper_lib = shared_library('vbahelper',
install: true,
)
-
-msforms_lib = shared_library('msforms',
+msforms_lib = shared_library('msformslo',
'source/msforms/service.cxx',
'source/msforms/vbabutton.cxx',
'source/msforms/vbacheckbox.cxx',
diff --git a/vcl/meson.build b/vcl/meson.build
index fb0009cd9dd0..f81f0f7e5e30 100644
--- a/vcl/meson.build
+++ b/vcl/meson.build
@@ -3,7 +3,7 @@ glxtest_lib = static_library('glxtest', 'unx/glxtest.cxx',
dependencies: [x11_dep, dl_dep],
)
-vcl_lib = shared_library('vcl',
+vcl_lib = shared_library('vcllo',
'source/animate/Animation.cxx',
'source/animate/AnimationBitmap.cxx',
'source/window/aboutdialog.cxx',
@@ -429,7 +429,6 @@ vcl_lib = shared_library('vcl',
install: true,
)
-
vclplug_gtk3 = shared_library('vclplug_gtk3lo',
'unx/gtk3/a11y/gtk3atkaction.cxx',
'unx/gtk3/a11y/gtk3atkbridge.cxx',
diff --git a/xmloff/meson.build b/xmloff/meson.build
index 5405cd0d2028..91b27671a8ed 100644
--- a/xmloff/meson.build
+++ b/xmloff/meson.build
@@ -1,6 +1,6 @@
subdir('token')
-xo_lib = shared_library('xo',
+xo_lib = shared_library('xolo',
'source/chart/ColorPropertySet.cxx',
'source/chart/PropertyMaps.cxx',
'source/chart/SchXMLAutoStylePoolP.cxx',
@@ -320,7 +320,7 @@ xo_lib = shared_library('xo',
install: true,
)
-xof_lib = shared_library('xof',
+xof_lib = shared_library('xoflo',
'source/transform/ChartOASISTContext.cxx',
'source/transform/ChartOOoTContext.cxx',
'source/transform/ChartPlotAreaOASISTContext.cxx',
diff --git a/xmlreader/meson.build b/xmlreader/meson.build
index e6f34c699271..aac1ee4c020c 100644
--- a/xmlreader/meson.build
+++ b/xmlreader/meson.build
@@ -1,4 +1,4 @@
-xmlreader_lib = shared_library('xmlreader',
+xmlreader_lib = shared_library('xmlreaderlo',
'source/pad.cxx',
'source/span.cxx',
'source/xmlreader.cxx',
diff --git a/xmlscript/meson.build b/xmlscript/meson.build
index 64c0272ecb8e..e552294888b0 100644
--- a/xmlscript/meson.build
+++ b/xmlscript/meson.build
@@ -1,4 +1,4 @@
-xmlscript_lib = shared_library('xmlscript',
+xmlscript_lib = shared_library('xmlscriptlo',
'source/misc/unoservices.cxx',
'source/xml_helper/xml_byteseq.cxx',
'source/xml_helper/xml_element.cxx',