Renamed the config file to info file and changed the handling when the

disassembler is invoked.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2255 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-08-09 08:28:44 +00:00
parent 11328d8ea6
commit 817b2ac261
7 changed files with 362 additions and 381 deletions

View File

@@ -12,11 +12,11 @@ LDFLAGS=
OBJS = attrtab.o \
code.o \
config.o \
data.o \
error.o \
global.o \
handler.o \
infofile.o \
main.o \
opc6502.o \
opc65816.o \