]> git.gag.com Git - fw/sdcc/blob - Bcc.inc
don't know why yet, but must update PSW in ClockIrqHandler
[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) $<