* device/lib/expf.c: Fixed bug 1599523: result of expf(x) is always positive.
[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) $<