From b82cf50ef426bb3be1abe4260e5a1715e2c0603d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 Apr 2010 13:46:41 +0200 Subject: [PATCH] Doc: update Windows library names (version 4) --- doc/installation.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 49a60ae..fc5acbd 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -654,17 +654,17 @@ The following files are generated upon successful compilation: - bin/yaz3.dll / - bin/yaz3d.dll + bin/yaz4.dll / + bin/yaz4d.dll &yaz; Release/Debug DLL. - lib/yaz3.lib / - lib/yaz3d.lib + lib/yaz4.lib / + lib/yaz4d.lib - Import library for yaz3.dll / - yaz3d.dll. + Import library for yaz4.dll / + yaz4d.dll. bin/yaz_icu3.dll / @@ -738,14 +738,14 @@ include path Set it to the include directory of &yaz;. - import library yaz3.lib + import library yaz4.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 yaz3d.lib instead. + link against yaz4d.lib instead. - dynamic link library yaz3.dll + dynamic link library yaz4.dll This DLL must be in your execution path when you invoke your application. Specifically, you should distribute this -- 1.7.10.4