Document the changes WRT WIN32 debug DLL/lib.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Aug 2004 09:08:58 +0000 (09:08 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Aug 2004 09:08:58 +0000 (09:08 +0000)
NEWS
doc/installation.xml

diff --git a/NEWS b/NEWS
index d088f40..1428865 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+On Windows, the debug version DLL is now named yazdebug.dll (import
+library yazdebug.lib). WIN32 installer includes these files when
+development section is selected.
+
 Added odr_get_element_path which returns current element path for an
 ODR handle. This utility is useful in error handling or user-defined
 ODR_PRINT stream.
index 2c17e0a..09d9131 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: installation.xml,v 1.24 2004-05-01 23:45:43 adam Exp $ -->
+<!-- $Id: installation.xml,v 1.25 2004-08-18 09:08:58 adam Exp $ -->
  <chapter id="installation"><title>Compilation and Installation</title>
   
   <sect1><title>Introduction</title>
      <variablelist>
       <varlistentry><term><filename>bin/yaz.dll</filename></term>
        <listitem><para>
-         &yaz; multi-threaded Dynamic Link Library.
+         &yaz; release mode multi-threaded Dynamic Link Library.
         </para></listitem></varlistentry>
       
       <varlistentry><term><filename>lib/yaz.lib</filename></term>
          Import library for <filename>yaz.dll</filename>.
         </para></listitem></varlistentry>
       
+      <varlistentry><term><filename>bin/yazdebug.dll</filename></term>
+       <listitem><para>
+         &yaz; debug mode multi-threaded Dynamic Link Library.
+        </para></listitem></varlistentry>
+      
+      <varlistentry><term><filename>lib/yazdebug.lib</filename></term>
+       <listitem><para>
+         Import library for <filename>yazdebug.dll</filename>.
+        </para></listitem></varlistentry>
+      
       <varlistentry><term><filename>bin/yaz-client.exe</filename></term>
        <listitem><para>
          &yaz; Z39.50 client application. It's a WIN32 console application.
        </term><listitem><para>
          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.
         </para></listitem></varlistentry>
       <varlistentry><term>dynamic link library <filename>yaz.dll</filename>
        </term><listitem><para>