From fd4eda8aca0ce5935262d941e311c978311fe654 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 12 Nov 2001 14:51:51 +0000 Subject: [PATCH] A readme for the win dir ... --- eo/win/Readme | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 eo/win/Readme diff --git a/eo/win/Readme b/eo/win/Readme new file mode 100644 index 00000000..2f645c46 --- /dev/null +++ b/eo/win/Readme @@ -0,0 +1,16 @@ +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. +