From 20f83e699d4868d263393996bd4b98fee045e360 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 4 May 2007 08:03:40 +0000 Subject: [PATCH] Documentation updates for new names of dll/so files. --- doc/installation.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 492fcc0..59e7c82 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -272,11 +272,11 @@ - src/libyazthread.la + src/libyaz_server.la - When threading is supported/enabled by configure this Libtool - library is created. It includes functions that allows &yaz; - to use threads. + Generic Frontend server. This is an add-on for libyaz.la. + Code in this library uses POSIX threads functions - if they + available on the platform. @@ -604,24 +604,24 @@ The following files are generated upon successful compilation: - bin/yaz.dll + bin/yaz3.dll &yaz; release mode multi-threaded Dynamic Link Library. lib/yaz.lib - Import library for yaz.dll. + Import library for yaz3.dll. - bin/yazd.dll + bin/yaz3d.dll &yaz; debug mode multi-threaded Dynamic Link Library. lib/yazd.lib - Import library for yazd.dll. + Import library for yaz3d.dll. bin/yaz-client.exe @@ -680,9 +680,9 @@ 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 yazd.dll instead. + link against yazd.lib instead. - dynamic link library yaz.dll + dynamic link library yaz3.dll This DLL must be in your execution path when you invoke your application. Specifically, you should distribute this -- 1.7.10.4