New filetype module

git-svn-id: svn://svn.cc65.org/cc65/trunk@2181 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-30 20:49:19 +00:00
parent 3629c9ac7c
commit d0bb32e6c6
4 changed files with 188 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ OBJS = abend.o \
debugflag.o \
exprdefs.o \
filepos.o \
filetype.o \
fname.o \
hashstr.o \
matchpat.o \

View File

@@ -51,6 +51,7 @@ OBJS = abend.obj \
debugflag.obj \
exprdefs.obj \
filepos.obj \
filetype.obj \
fname.obj \
hashstr.obj \
matchpat.obj \