Clean up Borland C++ makefiles and add (lousy) documentation
[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) $<