Added dbg file generation
git-svn-id: svn://svn.cc65.org/cc65/trunk@764 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -22,6 +22,7 @@ OBJS = bin.o \
|
||||
binfmt.o \
|
||||
condes.o \
|
||||
config.o \
|
||||
dbginfo.o \
|
||||
dbgsyms.o \
|
||||
error.o \
|
||||
exports.o \
|
||||
@@ -41,7 +42,7 @@ OBJS = bin.o \
|
||||
scanner.o \
|
||||
segments.o \
|
||||
tgtcfg.o
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# List of all config includes
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@ OBJS = bin.obj \
|
||||
binfmt.obj \
|
||||
condes.obj \
|
||||
config.obj \
|
||||
dbginfo.obj \
|
||||
dbgsyms.obj \
|
||||
error.obj \
|
||||
exports.obj \
|
||||
@@ -115,6 +116,7 @@ FILE bin.obj
|
||||
FILE binfmt.obj
|
||||
FILE condes.obj
|
||||
FILE config.obj
|
||||
FILE dbginfo.obj
|
||||
FILE dbgsyms.obj
|
||||
FILE error.obj
|
||||
FILE exports.obj
|
||||
@@ -124,7 +126,7 @@ FILE fileinfo.obj
|
||||
FILE fileio.obj
|
||||
FILE fragment.obj
|
||||
FILE global.obj
|
||||
FILE library.obj
|
||||
FILE library.obj
|
||||
FILE lineinfo.obj
|
||||
FILE main.obj
|
||||
FILE mapfile.obj
|
||||
|
||||
Reference in New Issue
Block a user