Working on the plugin interface

git-svn-id: svn://svn.cc65.org/cc65/trunk@1220 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-06 22:11:09 +00:00
parent 438c8499e6
commit 9abe1e62e7
9 changed files with 641 additions and 29 deletions

View File

@@ -10,7 +10,9 @@ CC = gcc
EBIND = emxbind
LDFLAGS =
OBJS = cpucore.o \
OBJS = chip.o \
chippath.o \
cpucore.o \
cputype.o \
error.o \
global.o \
@@ -33,7 +35,7 @@ endif
sim65: $(OBJS) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) -ldl
@if [ $(OS2_SHELL) ] ; then $(EBIND) $@ ; fi
clean: