Kaydet (Commit) 7f779994 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Library names have changed thanks to the "layer" changes

Change-Id: I764702510b612da478959f457f95e6040c22f998
üst d97cf4f1
...@@ -546,15 +546,15 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( ...@@ -546,15 +546,15 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{ "libstocservices.uno.a", stocservices_component_getFactory }, { "libstocservices.uno.a", stocservices_component_getFactory },
{ "libucpexpand1.uno.a", ucpexpand1_component_getFactory }, { "libucpexpand1.uno.a", ucpexpand1_component_getFactory },
#else #else
{ "configmgr.uno.a", configmgr_component_getFactory }, { "libconfigmgrlo.a", configmgr_component_getFactory },
{ "expwrap.uno.a", expwrap_component_getFactory }, { "libexpwraplo.a", expwrap_component_getFactory },
{ "fastsax.uno.a", fastsax_component_getFactory }, { "libfastsaxlo.a", fastsax_component_getFactory },
{ "i18npool.uno.a", i18npool_component_getFactory }, { "libi18npoollo.a", i18npool_component_getFactory },
{ "introspection.uno.a", introspection_component_getFactory }, { "introspection.uno.a", introspection_component_getFactory },
{ "localebe1.uno.a", localebe1_component_getFactory }, { "liblocalebe1lo.a", localebe1_component_getFactory },
{ "reflection.uno.a", reflection_component_getFactory }, { "reflection.uno.a", reflection_component_getFactory },
{ "stocservices.uno.a", stocservices_component_getFactory }, { "stocservices.uno.a", stocservices_component_getFactory },
{ "ucpexpand1.uno.a", ucpexpand1_component_getFactory }, { "libucpexpand1lo.a", ucpexpand1_component_getFactory },
#endif #endif
{ "libcomphelper.a", comphelp_component_getFactory }, { "libcomphelper.a", comphelp_component_getFactory },
{ "libdeployment.a", deployment_component_getFactory }, { "libdeployment.a", deployment_component_getFactory },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment