]> git.gag.com Git - fw/sdcc/blob - Bcc.inc
added peepholes 3.d-g and 177.g,h provided by anonymous in RFE #1067986, thanks
[fw/sdcc] / Bcc.inc
1 #Generic rules and options for building with Borland C++
2
3 .cacheautodepend
4
5 YACC = bison
6 LEX = flex
7 CC = bcc32
8
9 SLIB = $(PRJDIR)/support/Util
10
11 OFLAGS = -6 -O2 -w-proto -g0
12
13 .c.obj:
14         $(CC) -c -o$@ $(OFLAGS) $(CFLAGS) $(CPPFLAGS) -I$(SLIB) $<