Re: [cc65] library path

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-09-28 20:42:15
On Mon, Sep 28, 2009 at 08:37:59PM +0200, Thomas Giesel wrote:
> toplevel make/gcc.mak:
>
> CC65DATA	= $(libdir)/cc65
> CC65INC		= $(CC65DATA)/include
>
> cc65/make/gcc.mak:
>
> CC65_INC = \"/usr/lib/cc65/include/\"
>
> Each of these lines has a reason for being like it is, but all in all
> it looks like different strategies in the same project.

These are not inconsistencies but completely different things, because the
first one is a make variable used as a path within the makefile, while the
second is used as a #define for the C compiler, so it has to follow the rules
set within the C program. There is absolutely no way to make these uses
consistent.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Sep 28 20:44:51 2009

This archive was generated by hypermail 2.1.8 : 2009-09-28 20:44:54 CEST