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
2001-12-06 13:12:24 +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
all_lib.dsp Added the 2 fake "projects" all_lib.dsp and all_test.dsp that allow to compile 2001-12-03 14:14:56 +00:00
all_tests.dsp Added the 2 fake "projects" all_lib.dsp and all_test.dsp that allow to compile 2001-12-03 14:14:56 +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 Bug in create_dsp when no additional library 2001-11-17 07:55:39 +00:00
eo.dsp Removed some sources that came here nobody know's how (thanks, MSDEV) 2001-12-06 11:36:39 +00:00
eo.dsw Removed unnecessary dirs, added first Lesson of tutorial 2001-12-06 13:12:24 +00:00
eo.org Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +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 Added the names of the directories where the newly created files are stored. 2001-11-18 06:54:13 +00:00
t_eo.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eobin.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eocheckpointing.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eoes.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eoexternaleo.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eofitness.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eoga.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eogenop.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eopareto.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eoparetofitness.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eoparetoftness.dsp Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
t_eopbil.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eorandom.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +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 Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eoselect.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eossga.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eostateandparser.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eosymreg.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eovector.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_eovirus.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_mge-control.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_mge.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
t_mge1bit.dsp Now the eo.dsw can be generated automatically from 2001-11-17 08:13:55 +00:00
test_dsp.tmpl Bug in create_dsp when no additional library 2001-11-17 07:55:39 +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.

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