yazd.{dll,lib} instead of yazdebug.{dll,lib}.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Aug 2004 07:47:59 +0000 (07:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Aug 2004 07:47:59 +0000 (07:47 +0000)
NEWS
doc/installation.xml
win/makefile

diff --git a/NEWS b/NEWS
index 3c55668..4239d8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Possible compatibility problems with earlier versions marked with '*'.
 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
index 09d9131..8ea4d78 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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>
index 8f43187..397c4bf 100644 (file)
@@ -1,10 +1,9 @@
 # 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 
@@ -88,8 +87,8 @@ TMP=$(TMPDIR)
 ###########################################################
 
 !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