git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4205 4a8a32a2...
[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) $<