diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 12:38:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 17:58:48 +0300 |
commit | bdfca5e003eea0462cf15c3374afce01c2f46906 (patch) | |
tree | a8ae93bc1d78a603a2c538a3b19e2505e0dfe7b6 /RepositoryExternal.mk | |
parent | bd6fadb384bf1a2f542a077a44549a533e8fcb62 (diff) |
The shorter icu library names are used for WNTMSC only
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index ee693370fe1c..08c34dc8f3f8 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -372,8 +372,8 @@ endef else # !SYSTEM_ICU -# icudata and icui18n is called icudt and icuin on Windows :-( -ifeq ($(OS),WNT) +# icudata and icui18n is called icudt and icuin when built with MSVC :-( +ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ icudt \ icuin \ |