Re: [cc65] Building with custom CC and CFLAGS

From: Per Olofsson <magervalp1gmail.com>
Date: 2009-09-24 22:18:24
On Thu, Sep 24, 2009 at 5:10 PM, Ullrich von Bassewitz <uz@musoftware.de> wrote:
> I've changed the makefiles accordingly. So for example the cc65 makefile does
> now read:
>
> CC      = gcc
> CFLAGS  = -O2 -g -Wall -W -std=c89
> CFLAGS += -I$(COMMON)
> CFLAGS += -DCC65_INC=$(CC65_INC)
>
> This should enable you to change the base CFLAGS on the command line and have
> the include dir and #defines appended.

Excellent, I'll try the snapshot tomorrow.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Sep 24 22:18:31 2009

This archive was generated by hypermail 2.1.8 : 2009-09-24 22:18:33 CEST