gbdk-releases/sdcc/Bcc.inc

9 lines
194 B
PHP
Raw Permalink Normal View History

2015-01-10 16:25:07 +01:00
#Generic rules and options for building with Borland C++
2015-01-10 16:25:09 +01:00
SLIB = $(PRJDIR)/support/Util
2015-01-10 16:25:07 +01:00
OFLAGS = -6 -O2 -g0 -w-proto
.c.obj:
2015-01-10 16:25:09 +01:00
BCC32 -c -o$@ $(OFLAGS) $(CFLAGS) $(CPPFLAGS) -I$(SLIB) $<