Do not cache the result of the vasprintf test (see configure.in for explanation)...
[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) $<