From 0d19fa8f289c9f99f7b06275beac41fc08e76127 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 6 May 2007 20:27:14 +0000 Subject: [PATCH] Import library now called yaz3.lib (yaz3d.lib for debug version). --- doc/installation.xml | 10 +++++----- win/makefile | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 59e7c82..4fecb5f 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -609,7 +609,7 @@ &yaz; release mode multi-threaded Dynamic Link Library. - lib/yaz.lib + lib/yaz3.lib Import library for yaz3.dll. @@ -619,7 +619,7 @@ &yaz; debug mode multi-threaded Dynamic Link Library. - lib/yazd.lib + lib/yaz3d.lib Import library for yaz3d.dll. @@ -675,12 +675,12 @@ include path Set it to the include directory of &yaz;. - import library yaz.lib + import library yaz3.lib 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 against yazd.lib instead. + link against yaz3d.lib instead. dynamic link library yaz3.dll diff --git a/win/makefile b/win/makefile index 1ec2e1a..ce8c3d3 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1995-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.132 2007-05-01 12:48:07 adam Exp $ +# $Id: makefile,v 1.133 2007-05-06 20:27:14 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -89,10 +89,10 @@ TMP=$(TMPDIR) !if $(DEBUG) DLL=$(BINDIR)\yaz3d.dll -YAZ_IMPLIB=$(LIBDIR)\yazd.lib +YAZ_IMPLIB=$(LIBDIR)\yaz3d.lib !else DLL=$(BINDIR)\yaz3.dll -YAZ_IMPLIB=$(LIBDIR)\yaz.lib +YAZ_IMPLIB=$(LIBDIR)\yaz3.lib !endif CLIENT=$(BINDIR)\yaz-client.exe -- 1.7.10.4