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:
@@ -25,6 +25,7 @@ OBJS = abend.o \
|
||||
cpu.o \
|
||||
debugflag.o \
|
||||
exprdefs.o \
|
||||
fileid.o \
|
||||
filepos.o \
|
||||
filetype.o \
|
||||
fname.o \
|
||||
|
||||
@@ -67,6 +67,7 @@ OBJS = abend.obj \
|
||||
cpu.obj \
|
||||
debugflag.obj \
|
||||
exprdefs.obj \
|
||||
fileid.obj \
|
||||
filepos.obj \
|
||||
filetype.obj \
|
||||
fname.obj \
|
||||
|
||||
Reference in New Issue
Block a user