From 4be8e145d9cedeeedba4c03ec9b4caeb9e0488de Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 3 May 2006 13:31:53 +0000 Subject: [PATCH] Fix makefile. Added record_conv.c --- win/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index cc45327..f6d142e 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.105 2006-05-03 13:27:20 adam Exp $ +# $Id: makefile,v 1.106 2006-05-03 13:31:53 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -190,6 +190,7 @@ $(BINDIR)\libxslt.dll: LIBXSLT_LIB= LIBXSLT_DEF=/D HAVE_XSLT=0 libxslt: +!endif ### C and CPP compiler (the same thing) @@ -392,6 +393,7 @@ YAZ_UTIL_OBJS= \ $(OBJDIR)\siconv.obj \ $(OBJDIR)\marc8.obj \ $(OBJDIR)\marc8r.obj \ + $(OBJDIR)\record_conv.obj \ $(OBJDIR)\test.obj YAZ_ZUTIL_OBJS= \ -- 1.7.10.4