From 300533a2f4f573ca4b40697c19ae1af61607a6be Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Feb 2006 20:14:31 +0000 Subject: [PATCH] Added test.obj+xmlquery.obj --- win/makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index 7414f56..c033231 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2005, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.98 2006-01-20 10:34:52 adam Exp $ +# $Id: makefile,v 1.99 2006-02-01 20:14:31 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -372,7 +372,8 @@ YAZ_UTIL_OBJS= \ $(OBJDIR)\xmalloc.obj \ $(OBJDIR)\matchstr.obj \ $(OBJDIR)\siconv.obj \ - $(OBJDIR)\marc8.obj + $(OBJDIR)\marc8.obj \ + $(OBJDIR)\test.obj YAZ_ZUTIL_OBJS= \ $(OBJDIR)\diagbib1.obj \ @@ -395,7 +396,8 @@ YAZ_ZUTIL_OBJS= \ $(OBJDIR)\srwutil.obj \ $(OBJDIR)\zoom-c.obj \ $(OBJDIR)\zoom-opt.obj \ - $(OBJDIR)\initopt.obj + $(OBJDIR)\initopt.obj \ + $(OBJDIR)\xmlquery.obj Z3950_OBJS= \ $(OBJDIR)\z-date.obj\ -- 1.7.10.4