From a39fada8894d54eecd6a82f31d0b5fd672c5aef2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Aug 2004 07:47:59 +0000 Subject: [PATCH] yazd.{dll,lib} instead of yazdebug.{dll,lib}. --- NEWS | 2 +- doc/installation.xml | 10 +++++----- win/makefile | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 3c55668..4239d8c 100644 --- 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 diff --git a/doc/installation.xml b/doc/installation.xml index 09d9131..8ea4d78 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -573,14 +573,14 @@ Import library for yaz.dll. - bin/yazdebug.dll + bin/yazd.dll &yaz; debug mode multi-threaded Dynamic Link Library. - lib/yazdebug.lib + lib/yazd.lib - Import library for yazdebug.dll. + Import library for yazd.dll. bin/yaz-client.exe @@ -638,7 +638,7 @@ You must link with this library. It's located in the sub directory lib of &yaz;. If you want to link with the debug version of &yaz;, you must - link with yazdebug.dll instead. + link with yazd.dll instead. dynamic link library yaz.dll diff --git a/win/makefile b/win/makefile index 8f43187..397c4bf 100644 --- a/win/makefile +++ b/win/makefile @@ -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 -- 1.7.10.4