From d4a367800a3abe5e9d88ab58062880e06ab3f5d2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 30 Nov 2009 14:57:55 +0100 Subject: [PATCH] Update WRT to new sources for ICU --- win/makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index f6a124f..b1a2893 100644 --- a/win/makefile +++ b/win/makefile @@ -544,7 +544,13 @@ DLL_OBJS =\ $(ILL_OBJS) \ ICU_DLL_OBJS =\ - $(OBJDIR)\icu_I18N.obj + $(OBJDIR)\icu_chain.obj \ + $(OBJDIR)\icu_utf16.obj \ + $(OBJDIR)\icu_utf8.obj \ + $(OBJDIR)\icu_transform.obj \ + $(OBJDIR)\icu_casemap.obj \ + $(OBJDIR)\icu_tokenizer.obj \ + $(OBJDIR)\icu_sortkey.obj # Generated C and H files -- 1.7.10.4