You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
182 B

.suffixes .c
CFLAGS=-DHAVE_CONFIG_H -DMBFL_DLL_EXPORT -DWIN32
INCLUDES=-I. -I..
LIBS=import32.lib cw32mt.lib c0d32.obj
LDFLAGS=-c -Tpd -Gn
.c.obj:
bcc32 $(CFLAGS) $(INCLUDES) -c $<