Use a separate structure for file infos instead of just the name.
git-svn-id: svn://svn.cc65.org/cc65/trunk@749 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -27,6 +27,7 @@ OBJS = bin.o \
|
||||
exports.o \
|
||||
expr.o \
|
||||
extsyms.o \
|
||||
fileinfo.o \
|
||||
fileio.o \
|
||||
fragment.o \
|
||||
global.o \
|
||||
|
||||
@@ -76,10 +76,12 @@ OBJS = bin.obj \
|
||||
exports.obj \
|
||||
expr.obj \
|
||||
extsyms.obj \
|
||||
fileinfo.obj \
|
||||
fileio.obj \
|
||||
fragment.obj \
|
||||
global.obj \
|
||||
library.obj \
|
||||
lineinfo.obj \
|
||||
main.obj \
|
||||
mapfile.obj \
|
||||
o65.obj \
|
||||
|
||||
Reference in New Issue
Block a user