Read scopes from the object files.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5103 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-01 20:54:42 +00:00
parent 67692e51f1
commit 1f95085ffe
5 changed files with 269 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ OBJS = asserts.o \
objdata.o \
objfile.o \
scanner.o \
scopes.o \
segments.o \
spool.o \
tgtcfg.o

View File

@@ -87,6 +87,7 @@ OBJS = asserts.obj \
objdata.obj \
objfile.obj \
scanner.obj \
scopes.obj \
segments.obj \
spool.obj \
tgtcfg.obj