From f1b702da217e3ad82275712eefccff02d9a5096d Mon Sep 17 00:00:00 2001 From: jeggermo Date: Mon, 18 Dec 2006 16:21:38 +0000 Subject: [PATCH] Small changes to 2 readme files to stress that the release version are in eo\win\lib\release and the debug versions in eo\win\lib\debug --- eo/win/README | 22 +++++++++++++++------- eo/win/lib/Readme | 4 ++-- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/eo/win/README b/eo/win/README index 35d23275..6938363b 100644 --- a/eo/win/README +++ b/eo/win/README @@ -1,7 +1,15 @@ -This directory contains the project files for Microsoft Visual C++ - -For Visual Studio 2003 (and 2005) you can go to the eo\win (this) -directory and open the eo.sln file. It allows for the compilation of 4 -lib files (which will be placed in eo\win\lib). At the moment there -are no project/solution files to compile the test programs(eo\test) or -applications (eo\app). +This directory contains the project files for Microsoft Visual C++ + +For Visual Studio 2003 (and 2005) you can go to the eo\win (this) +directory and open the eo.sln file. It allows for the compilation of 4 +lib files (which will be placed in eo\win\lib\release and eo\win\lib\debug). +At the moment there are no project/solution files to compile the test +programs (eo\test) or applications (eo\app). + +The library files correspond to the .a files under Unix/Linux. +eo.lib -> libeo.a +eoes.lib -> libes.a +eoga.lib -> libga.a +eoutils.lib -> libeoutils.a + +The debug versions of the files are named eod.lib, eoesd.lib, eogad.lib and eoutilsd.lib. diff --git a/eo/win/lib/Readme b/eo/win/lib/Readme index 24086802..fa83fc6c 100644 --- a/eo/win/lib/Readme +++ b/eo/win/lib/Readme @@ -1,4 +1,4 @@ Here will be copied the eo libraries. -xx.lib are Release versions -xxd.lib are Debug versions \ No newline at end of file +xx.lib are Release versions and in the Release directory +xxd.lib are Debug versions and in the Debug directory \ No newline at end of file