New version: 0.2.37 it fixes socklen_t, third param of accept(), and do not compile...
[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) $<