compiler = bcc

CC     = bcc32 -c -P
PLAIN_C = bcc32 -c -P-
LD     = bcc32
CFLAGS = -O

DLL    = -tWD
WFLAG  = -tW

