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 \

View File

@@ -45,14 +45,18 @@ CFLAGS += -i=..\common
OBJS = attrtab.obj \
code.obj \
config.obj \
cpu.obj \
data.obj \
error.obj \
global.obj \
handler.obj \
infofile.obj \
main.obj \
opctable.obj \
opc6502.obj \
opc65816.obj \
opc65c02.obj \
opc65sc02.obj \
opctable.obj \
output.obj \
scanner.obj