From: Adam Dickmeiss Date: Wed, 19 Apr 2006 23:49:50 +0000 (+0000) Subject: Updated for MARC-8 conversion X-Git-Tag: YAZ.2.1.18~30 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8c7193a29c122745f3e4fb831cb3d62e4ef316d9 Updated for MARC-8 conversion --- diff --git a/win/makefile b/win/makefile index 4cac3a4..28c7a5f 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.102 2006-03-15 13:32:06 adam Exp $ +# $Id: makefile,v 1.103 2006-04-19 23:49:50 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -375,6 +375,7 @@ YAZ_UTIL_OBJS= \ $(OBJDIR)\matchstr.obj \ $(OBJDIR)\siconv.obj \ $(OBJDIR)\marc8.obj \ + $(OBJDIR)\marc8r.obj \ $(OBJDIR)\test.obj YAZ_ZUTIL_OBJS= \ @@ -667,6 +668,10 @@ $(SRCDIR)\marc8.c: $(SRCDIR)\codetables.xml $(SRCDIR)\charconv.tcl @cd $(SRCDIR) $(TCL) charconv.tcl -p marc8 codetables.xml -o marc8.c +$(SRCDIR)\marc8r.c: $(SRCDIR)\codetables.xml $(SRCDIR)\charconv.tcl + @cd $(SRCDIR) + $(TCL) charconv.tcl -r -p marc8r codetables.xml -o marc8r.c + $(SRCDIR)\diagbib1.c: $(SRCDIR)\bib1.csv @cd $(SRCDIR) $(TCL) csvtobib1.tcl