Microsoft DOS/Windows Installation
==================================
You need DELORIE DJGPP V2 system for C/C++ (htpp://www.delorie.com).

The simplest way to make this program is:

  0. Uncomment line in data.h defined name PCDOS.

  1. Type `gxx -o mse.exe mse.cpp lexfn.cpp exefn.cpp classes.cpp' to get
     the executable file.

  2. Type `exe2coff mse' and then
     `copy /b [path to djgpp]\bin\cwsdstub.exe + mse mse.exe' to get the
     executable file independent from DJGPP system.

It is also possible to use COMPILE.BAT and BEALONE.BAT instead steps 1 and 2,
i.e. to type `compile' and then
     `bealone mse <letter of drive with DJGPP system>'.


A NOTE ON USAGE
===============
You may use mse with the same filename for input and output.
Use ^Z instead ^D as end of input mark in DOS environment.


BUGS, SUGGESTIONS, ETC.
-----------------------
   Please write me if you have trouble running mse, or if you have 
suggestions or patches.

	Vladimir Lidovski
	litwr@yandex.ru
	http://litwr.boom.ru


COPYRIGHT/LICENSE
-----------------
   All source code is Copyright (C) 2002 Lidovski Vladimir

   This program is distributed under the GNU General Public License, Version
2, or, at your discretion, any later version. The GNU General Public License
is available via the Web at <http://www.gnu.org/copyleft/gpl.html>. The GPL
is designed to allow you to alter and redistribute the package, as long as
you do not remove that freedom from others.
