From d667ceb151018530dd981fb304a010a2f59e1958 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 30 Apr 2006 13:11:01 +0000 Subject: [PATCH] Update installation about yazpp_1 fname --- doc/installation.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 63eba40..f207b6c 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -195,17 +195,17 @@ The following files are generated upon successful compilation: - bin/yazpp.dll + bin/yazpp_1.dll YAZ++ DLL . Includes ZOOM C++ as well. - For the debug version lib/yazppd.dll + For the debug version lib/yazpp_1_d.dll is created instead. - lib/yazpp.lib + lib/yazpp_1.lib - Import library for yazpp.dll. - For the debug version lib/yazppd.lib + Import library for yazpp_1.dll. + For the debug version lib/yazpp_1_d.lib is created instead. -- 1.7.10.4