From c8d4ae132dd2544de8c6c2cb5de036670ec67d61 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Mar 2008 00:23:00 +0100 Subject: [PATCH] Update for new C source for iconv handling. --- win/makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/makefile b/win/makefile index 97136b0..3149007 100644 --- a/win/makefile +++ b/win/makefile @@ -433,6 +433,10 @@ MISC_OBJS= \ $(OBJDIR)\xmalloc.obj \ $(OBJDIR)\matchstr.obj \ $(OBJDIR)\siconv.obj \ + $(OBJDIR)\iso5428.obj \ + $(OBJDIR)\utf8.obj \ + $(OBJDIR)\ucs4.obj \ + $(OBJDIR)\advancegreek.obj \ $(OBJDIR)\snprintf.obj \ $(OBJDIR)\marc8.obj \ $(OBJDIR)\marc8r.obj \ -- 1.7.10.4