From: Adam Dickmeiss Date: Wed, 3 May 2006 13:31:53 +0000 (+0000) Subject: Fix makefile. Added record_conv.c X-Git-Tag: YAZ.2.1.20~90 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4be8e145d9cedeeedba4c03ec9b4caeb9e0488de;hp=fdd2ce97843169097e9d808c78d8740d6c0d1cca Fix makefile. Added record_conv.c --- 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= \