This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/win
2010-09-01 14:51:09 +02:00
..
EO All debug (dll and non-dll libs) and release libs are placed in either debug or release 2007-05-03 14:00:50 +00:00
ES All debug (dll and non-dll libs) and release libs are placed in either debug or release 2007-05-03 14:00:50 +00:00
GA All debug (dll and non-dll libs) and release libs are placed in either debug or release 2007-05-03 14:00:50 +00:00
lib Small changes to 2 readme files to stress that the release version are in 2006-12-18 16:21:38 +00:00
UTILS All debug (dll and non-dll libs) and release libs are placed in either debug or release 2007-05-03 14:00:50 +00:00
.cvsignore New ES routines 2000-06-12 20:09:59 +00:00
ChangeLog (EXTRA_DIST): Add README's 2006-12-18 18:56:05 +00:00
eo.sln Added Multi-Threaded DLL projects settings for both deebug and release 2007-05-03 13:54:27 +00:00
README Small changes to 2 readme files to stress that the release version are in 2006-12-18 16:21:38 +00:00

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.