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
2006-12-07 21:54:48 +00:00
..
EO Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
ES Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
GA Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
lib Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIA 2001-11-10 14:12:01 +00:00
UTILS Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
.cvsignore New ES routines 2000-06-12 20:09:59 +00:00
ChangeLog (EXTRA_DIST): Add new MSVC project files to distribution. 2006-12-05 08:41:24 +00:00
create_all_dsp.sh Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
create_dsp.sh New versio of dsp files 2002-01-17 15:21:44 +00:00
create_tut.sh New versio of dsp files 2002-01-17 15:21:44 +00:00
create_tut_para.sh Adding ParadisEO Tutorial examples 2002-04-12 14:13:08 +00:00
eo.sln Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
Makefile.am clean up 2006-12-07 21:54:48 +00:00
Readme New versio of dsp files 2002-01-17 15:21:44 +00:00
test_dsp.tmpl New versio of dsp files 2002-01-17 15:21:44 +00:00
tut_N_XXX.tmpl New versio of dsp files 2002-01-17 15:21:44 +00:00
tut_paraN_XXX.tmpl Adding ParadisEO Tutorial examples 2002-04-12 14:13:08 +00:00

This directory contains the project files for MSVC++ 
They have been successfully tested with MSVC++ 6.0 
on Windows NT.

There is one main DSW project file: eo.dsw 
It contains the description of the project with all compiler options. 

There are several DSP files:

eo.dsp     for the library in src
utils.dsp  ...                src/utils 
ga.dsp     ...                src/ga
es.dsp     ...                src/es

and one additional DSP file for each program in test dir.

The libraries are created in src/win/lib directory.
The objects and executable files are created in src/win/DEBUG
directory.