X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=d69f4fecd8f8558fefe552b26d6abf82641fb5fa;hb=e07c9107593d131eeb0f57cfd908e0e01be37010;hp=71ed117fbac78f2c965dd158584bb84af7361e99;hpb=22df553651d0ec221541c3df8766a114bbe05018;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 71ed117..d69f4fe 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.93 2005-04-18 08:04:36 adam Exp $ +# $Id: makefile,v 1.94 2005-04-22 14:51:11 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -360,6 +360,7 @@ YAZ_UTIL_OBJS= \ YAZ_ZUTIL_OBJS= \ $(OBJDIR)\diagbib1.obj \ $(OBJDIR)\diagsrw.obj \ + $(OBJDIR)\diag-entry.obj \ $(OBJDIR)\zget.obj \ $(OBJDIR)\logrpn.obj \ $(OBJDIR)\pquery.obj \ @@ -640,6 +641,14 @@ $(SRCDIR)\marc8.c: $(SRCDIR)\codetables.xml $(SRCDIR)\charconv.tcl @cd $(SRCDIR) $(TCL) charconv.tcl -p marc8 codetables.xml -o marc8.c +$(SRCDIR)\diagbib1.c: $(SRCDIR)\bib1.csv + @cd $(SRCDIR) + $(TCL) csvtobib1.tcl + +$(SRCDIR)\diagsrw.c: $(SRCDIR)\srw.csv + @cd $(SRCDIR) + $(TCL) csvtosrw.tcl + !endif !if $(HAVE_BISON)