

!! Must BEE!!

 add to autoexec.bat

 set watcom=c:\use\watcom               <- watcom c path
 set midas=c:\use\watcom\midas          <- midas 0.61 path
 set path=%path%;%watcom%\binw
 set include=%watcom%\h;%watcom%\include;%midas%\src


 and fix this settings in makefile

 MIDAS = c:\use\watcom\midas  <- midas path

and..

 compres.bat - compress to exe and merge exedat archive
 create.bat - re-creates exedat archive
 w.bat - make project and call to compres.bat and run!

and ignore compiler warnings :)..
