diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-19 09:32:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-19 09:37:47 +0200 |
commit | 534b3bccfd573a6bf4fa5e652d10c8c3796beb7a (patch) | |
tree | f48e728a87c521e3de6a1810b72030b861e1fe38 /RepositoryFixes.mk | |
parent | 8348732753940a9d1d59d321b5e1832f782feb34 (diff) |
Fix i18npool build on Windows.
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 55cb4c70b7ac..78244bee8b47 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -123,8 +123,9 @@ gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dl # change the names of all import libraries that don't have an "i" prefix as in our standard naming schema gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE) -gb_Library_NOILIBFILENAMES += icule icuuc \ +gb_Library_NOILIBFILENAMES += \ graphite2_off \ + icudt icuin icule icuuc \ msvcprt \ nspr4 \ nss3 \ |