New versio of dsp files
This commit is contained in:
parent
45b5edc081
commit
83978dd8af
39 changed files with 416 additions and 522 deletions
|
|
@ -1,20 +1,20 @@
|
|||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Reference in a new issue