Creating 16 bit wcd.exe with Borland C++


to compile wcd with default conio interface type (Compact memory model):

make

to compile wcd with default conio interface type (Large memory model):

make -f wcd.mak

or open prj file in IDE.


to compile wcd with PDCurses interface type (Large memory model):

make -f pdcurses.mak

Erwin Waterlander
