get Borland makefiles working yet again
[fw/sdcc] / Bcc.inc
1 #Generic rules and options for building with Borland C++
2
3 SLIB = $(PRJDIR)/support/Util
4
5 OFLAGS = -6 -O2 -g0 -w-proto
6
7 .c.obj:
8         BCC32 -c -o$@ $(OFLAGS) $(CFLAGS) $(CPPFLAGS) -I$(SLIB) $<