X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=bf8216ed8fe4fb73f5a3f4813acf54e5f6559b0f;hb=1015e59c397c0421df1be835e1418ef95531ad98;hp=314900714e95cf10b72af28f46934105ace0b07d;hpb=c8d4ae132dd2544de8c6c2cb5de036670ec67d61;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 3149007..bf8216e 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,5 @@ -# Copyright (C) 1995-2008, Index Data ApS -# All rights reserved. -# $Id: makefile,v 1.145 2008-02-21 10:15:31 adam Exp $ +# This file is part of the YAZ toolkit. +# Copyright (C) 1995-2008 Index Data # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -467,6 +466,7 @@ MISC_OBJS= \ $(OBJDIR)\zoom-socket.obj \ $(OBJDIR)\initopt.obj \ $(OBJDIR)\xmlquery.obj \ + $(OBJDIR)\xmlerror.obj \ $(OBJDIR)\mime.obj \ $(OBJDIR)\cql.obj \ $(OBJDIR)\cqlstdio.obj \ @@ -483,7 +483,11 @@ MISC_OBJS= \ $(OBJDIR)\http.obj \ $(OBJDIR)\match_glob.obj \ $(OBJDIR)\poll.obj \ - $(OBJDIR)\daemon.obj + $(OBJDIR)\daemon.obj \ + $(OBJDIR)\iconv_encode_iso_8859_1.obj \ + $(OBJDIR)\iconv_encode_marc8.obj \ + $(OBJDIR)\iconv_decode_marc8.obj \ + $(OBJDIR)\iconv_encode_wchar.obj Z3950_OBJS= \ $(OBJDIR)\z-date.obj\