fix several 'three operand in far space' problems
[fw/sdcc] / Bcc.inc
1 #Generic rules and options for building with Borland C++
2
3 OFLAGS = -6 -O2 -g0 -w-proto
4
5 .c.obj:
6         BCC32 -c $(OFLAGS) $(CFLAGS) $(CPPFLAGS) $<