Working on better 65816 support

git-svn-id: svn://svn.cc65.org/cc65/trunk@2619 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-07 19:28:37 +00:00
parent 066ad63e35
commit 7e74078801
23 changed files with 558 additions and 460 deletions

View File

@@ -10,6 +10,7 @@ LIB = common.a
OBJS = abend.o \
addrsize.o \
bitops.o \
chartype.o \
check.o \

View File

@@ -10,7 +10,7 @@ export WATCOM = c:\\watcom
export INCLUDE = $(WATCOM)\\h
# We will use the windows compiler under linux (define as empty for windows)
WINE = wine --
WINE = wine --
# Programs
AR = $(WINE) WLIB
@@ -55,6 +55,7 @@ endif
# All library OBJ files
OBJS = abend.obj \
addrsize.obj \
bitops.obj \
chartype.obj \
check.obj \