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:
@@ -10,6 +10,7 @@ LIB = common.a
|
||||
|
||||
|
||||
OBJS = abend.o \
|
||||
addrsize.o \
|
||||
bitops.o \
|
||||
chartype.o \
|
||||
check.o \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user