Added CCL utility ccl_qual_line which adds CCL qualifier line consisting
of name and value - ignoring empty lines and comments.
-On Windows, the debug DLL/import lib is now named yazdebug.{dll,lib}.
+On Windows, the debug DLL/import lib is now named yazd.{dll,lib}.
Added odr_get_element_path which returns current element path for an
ODR handle. This utility is useful in error handling or user-defined
-<!-- $Id: installation.xml,v 1.25 2004-08-18 09:08:58 adam Exp $ -->
+<!-- $Id: installation.xml,v 1.26 2004-08-19 07:48:00 adam Exp $ -->
<chapter id="installation"><title>Compilation and Installation</title>
<sect1><title>Introduction</title>
Import library for <filename>yaz.dll</filename>.
</para></listitem></varlistentry>
- <varlistentry><term><filename>bin/yazdebug.dll</filename></term>
+ <varlistentry><term><filename>bin/yazd.dll</filename></term>
<listitem><para>
&yaz; debug mode multi-threaded Dynamic Link Library.
</para></listitem></varlistentry>
- <varlistentry><term><filename>lib/yazdebug.lib</filename></term>
+ <varlistentry><term><filename>lib/yazd.lib</filename></term>
<listitem><para>
- Import library for <filename>yazdebug.dll</filename>.
+ Import library for <filename>yazd.dll</filename>.
</para></listitem></varlistentry>
<varlistentry><term><filename>bin/yaz-client.exe</filename></term>
You must link with this library. It's located in the
sub directory <filename>lib</filename> of &yaz;.
If you want to link with the debug version of &yaz;, you must
- link with <filename>yazdebug.dll</filename> instead.
+ link with <filename>yazd.dll</filename> instead.
</para></listitem></varlistentry>
<varlistentry><term>dynamic link library <filename>yaz.dll</filename>
</term><listitem><para>
# Copyright (C) 1994-2004, Index Data
# All rights reserved.
-# $Id: makefile,v 1.84 2004-08-19 07:42:20 adam Exp $
+# $Id: makefile,v 1.85 2004-08-19 07:48:00 adam Exp $
#
# Programmed by
# HL: Heikki Levanto, Index Data
-#
###########################################################
############### Parameters
###########################################################
!if $(DEBUG)
-DLL=$(BINDIR)\yazdebug.dll
-IMPLIB=$(LIBDIR)\yazdebug.lib
+DLL=$(BINDIR)\yazd.dll
+IMPLIB=$(LIBDIR)\yazd.lib
!else
DLL=$(BINDIR)\yaz.dll
IMPLIB=$(LIBDIR)\yaz.lib