X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Bcc.inc;h=a2ff0f6faba97daf3b9228e60ed3a965e7bab326;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=68c872d8074cd67c20bee55293d8b280bf53b288;hpb=2a49765047102a2d9655bf84a1482aa23345de17;p=fw%2Fsdcc diff --git a/Bcc.inc b/Bcc.inc index 68c872d8..a2ff0f6f 100644 --- a/Bcc.inc +++ b/Bcc.inc @@ -1,6 +1,14 @@ #Generic rules and options for building with Borland C++ -OFLAGS = -6 -O2 -g0 -w-proto +.cacheautodepend + +YACC = bison +LEX = flex +CC = bcc32 + +SLIB = $(PRJDIR)/support/Util + +OFLAGS = -6 -O2 -w-proto -g0 .c.obj: - BCC32 -c $(OFLAGS) $(CFLAGS) $(CPPFLAGS) $< + $(CC) -c -o$@ $(OFLAGS) $(CFLAGS) $(CPPFLAGS) -I$(SLIB) $<