Splitted the filetype module into the actual search function (now in fileid)

and the existing file types used by ld65 and cl65.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5558 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-27 16:24:35 +00:00
parent 7a3e6abb13
commit ca624041a9
5 changed files with 164 additions and 30 deletions

View File

@@ -25,6 +25,7 @@ OBJS = abend.o \
cpu.o \
debugflag.o \
exprdefs.o \
fileid.o \
filepos.o \
filetype.o \
fname.o \

View File

@@ -67,6 +67,7 @@ OBJS = abend.obj \
cpu.obj \
debugflag.obj \
exprdefs.obj \
fileid.obj \
filepos.obj \
filetype.obj \
fname.obj \