mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Allow to override CC65_INC on the command line
git-svn-id: svn://svn.cc65.org/cc65/trunk@3198 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9570fb4f63
commit
25c8f27d2f
@ -13,11 +13,11 @@ EXE = cc65
|
|||||||
COMMON = ../common
|
COMMON = ../common
|
||||||
|
|
||||||
# The compiler library search path. Default is "/usr/lib/cc65/include/" if
|
# The compiler library search path. Default is "/usr/lib/cc65/include/" if
|
||||||
# nothing is defined
|
# nothing is defined. You may use CC65_INC=foo on the command line to override it.
|
||||||
#CDEFS=-DCC65_INC=\"/usr/lib/cc65/include/\"
|
CC65_INC = \"/usr/lib/cc65/include/\"
|
||||||
|
|
||||||
#
|
#
|
||||||
CFLAGS = -O2 -g -Wall -W -I$(COMMON) $(CDEFS)
|
CFLAGS = -O2 -g -Wall -W -I$(COMMON) -DCC65_INC=$(CC65_INC)
|
||||||
CC=gcc
|
CC=gcc
|
||||||
EBIND=emxbind
|
EBIND=emxbind
|
||||||
LDFLAGS=-lm
|
LDFLAGS=-lm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user