New module

git-svn-id: svn://svn.cc65.org/cc65/trunk@2682 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-24 18:35:29 +00:00
parent 49f72c6d24
commit e9bd1d42b1
4 changed files with 166 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ OBJS = abend.o \
hashstr.o \
hashtab.o \
matchpat.o \
mmodel.o \
print.o \
searchpath.o \
segdefs.o \

View File

@@ -70,6 +70,7 @@ OBJS = abend.obj \
hashstr.obj \
hashtab.obj \
matchpat.obj \
mmodel.obj \
print.obj \
searchpath.obj \
segdefs.obj \