paradiseo/eo/win
Repository files (latest commit first)
Filename Latest commit message Latest commit date
evomarc 86fb152676 The file eo.org is the base project file (no file in test involved).
It is upgraded by the create.sh script
2001-11-16 14:32:07 +00:00
..
lib Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIA 2001-11-10 14:12:01 +00:00
.cvsignore New ES routines 2000-06-12 20:09:59 +00:00
create_dsp.sh Create.sh mdified to also add the new dsp file into eo.dsw 2001-11-12 14:44:01 +00:00
eo.dsp Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +00:00
eo.dsw Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
eo.org The file eo.org is the base project file (no file in test involved). 2001-11-16 14:32:07 +00:00
es.dsp Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +00:00
ga.dsp Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +00:00
Makefile.am Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +00:00
Readme A readme for the win dir ... 2001-11-12 14:51:51 +00:00
t_eo.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eobin.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eocheckpointing.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoes.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoexternaleo.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eofitness.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoga.dsp Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +00:00
t_eogenop.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eopareto.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoparetofitness.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoparetoftness.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eopbil.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eorandom.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoreal.dsp Adding the dsp file for t-eoReal - testing the create_dsp script. 2001-11-11 06:59:42 +00:00
t_eoreplacement.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoselect.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eossga.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eostateandparser.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eosymreg.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eovector.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eovirus.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_mge-control.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_mge.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_mge1bit.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
test_dsp.tmpl Template file for dsp project files (to be used within create_dsp.sh) 2001-11-12 14:27:12 +00:00
utils.dsp Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +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.