Creating 16 bit wcd.exe with Borland C++

from version 3.0.0 I could not compile
wcd anymore with the default makefile.

- made project file wcd.prj
- changed memory model from compact to large.
- converted wcd.prj to wcd.mak with prj2mak

to compile wcd with default conio interface type:

make -f wcd.mak

or open prj file in IDE.


to compile wcd with PDCurses interface type:

make -f pdcurses.mak

Erwin Waterlander
