Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


After many hours of hair-pulling investigation, I've come to find out
that both icu and cui modules produce a static library named
"icuin.lib", 

Ah. Darn.

The cleanest solution (to me) is to have icu produce icui18n.lib
instead of icuin.lib,

Yeah, I tend to think so, too, now.

but I'm guessing there is a reason why MSVC
generates icuin.lib with the '18' stripped out?

Whatever reason there might have been, I am pretty sure it is obsolete by now.

A wild guess: at some point the import libraries had a "lib" prefix, and "libicuin.lib" fits 8.3... 
And then at some point the "lib" prefix was dropped, but the shortening of the rest of the name was 
kept.

So as Kohei says, let's just start using the same "effective name" for the two ICU (import) 
libraries in question when built with MSVC as when built on Unix or with MinGW: icui18n and 
icudata.  ICU is not part of our SDK as far as I know, so it shouldn't affect any binary 
extensions. I'll take care of that on Monday unless somebody beats me to it.

--tml



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.