Added search paths similar to that of the linker and compiler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4217 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -10,7 +10,12 @@ EXE = ca65
|
||||
# Library dir
|
||||
COMMON = ../common
|
||||
|
||||
CFLAGS = -g -O2 -Wall -W -std=c89 -I$(COMMON)
|
||||
# Several search paths. You may redefine these on the command line
|
||||
CA65_INC = \"/usr/lib/cc65/asminc/\"
|
||||
|
||||
CFLAGS = -g -O2 -Wall -W -std=c89
|
||||
CFLAGS += -I$(COMMON)
|
||||
CFLAGS += -DCA65_INC=$(CA65_INC)
|
||||
CC = gcc
|
||||
EBIND = emxbind
|
||||
LDFLAGS =
|
||||
|
||||
Reference in New Issue
Block a user