compiler = wcc

CC     = wpp386 -zq
PLAIN_C = wcl386 -zq
LD     = wcl386 -zq -x -k1024k
CFLAGS = 

DLL    = -bd

