# Copyright (c) Index Data 1996-2005
# See the file LICENSE for details.
#
-# $Id: csvtodiag.tcl,v 1.1 2005-04-22 08:27:58 adam Exp $
+# $Id: csvtodiag.tcl,v 1.2 2005-04-22 14:51:11 adam Exp $
#
# Converts a CSV file with diagnostics to C+H file for easy
# maintenance
puts $cfile $preamble
puts $cfile "
#include \"diag-entry.h\"
+\#include \"[lindex $ifiles 2]\"
struct yaz_diag_entry yaz_diag_${name}_tab\[\] = \{
"
puts $hfile $preamble
# 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
YAZ_ZUTIL_OBJS= \
$(OBJDIR)\diagbib1.obj \
$(OBJDIR)\diagsrw.obj \
+ $(OBJDIR)\diag-entry.obj \
$(OBJDIR)\zget.obj \
$(OBJDIR)\logrpn.obj \
$(OBJDIR)\pquery.obj \
@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)
-; $Id: yaz.nsi,v 1.65 2005-03-16 21:30:23 adam Exp $
+; $Id: yaz.nsi,v 1.66 2005-04-22 14:51:11 adam Exp $
-!define VERSION "2.1.2"
+!define VERSION "2.1.3"
!include "MUI.nsh"
File ..\src\*.h
File ..\src\*.y
File ..\src\*.tcl
+ File ..\src\*.csv
File ..\src\*.asn
File ..\src\codetables.xml
SetOutPath $INSTDIR\zoom