Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@1971 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -10,10 +10,12 @@ CC = gcc
|
||||
EBIND = emxbind
|
||||
LDFLAGS =
|
||||
|
||||
OBJS = error.o \
|
||||
OBJS = convert.o \
|
||||
error.o \
|
||||
fileio.o \
|
||||
global.o \
|
||||
main.o \
|
||||
model.o \
|
||||
o65.o
|
||||
|
||||
LIBS = $(COMMON)/common.a
|
||||
|
||||
@@ -43,10 +43,12 @@ CFLAGS += -i=..\common
|
||||
# ------------------------------------------------------------------------------
|
||||
# All library OBJ files
|
||||
|
||||
OBJS = error.obj \
|
||||
OBJS = convert.obj \
|
||||
error.obj \
|
||||
fileio.obj \
|
||||
global.obj \
|
||||
main.obj \
|
||||
model.obj \
|
||||
o65.obj
|
||||
|
||||
LIBS = ..\common\common.lib
|
||||
|
||||
Reference in New Issue
Block a user