Intermediate state - doesn't run as is.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5643 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -12,7 +12,7 @@ COMMON = ../common
|
||||
|
||||
#
|
||||
CC = gcc
|
||||
CFLAGS = -g -O2 -Wall -W -std=c89
|
||||
CFLAGS = -g -Wall -W -std=c89
|
||||
override CFLAGS += -I$(COMMON)
|
||||
EBIND = emxbind
|
||||
LDFLAGS = -ldl
|
||||
@@ -27,13 +27,13 @@ OBJS = addrspace.o \
|
||||
chip.o \
|
||||
chippath.o \
|
||||
config.o \
|
||||
cpu-6502.o \
|
||||
cpucore.o \
|
||||
cputype.o \
|
||||
error.o \
|
||||
global.o \
|
||||
location.o \
|
||||
main.o \
|
||||
memory.o \
|
||||
scanner.o \
|
||||
system.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user