Added SegDef struct and a few functions to the segdefs module

git-svn-id: svn://svn.cc65.org/cc65/trunk@1668 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-28 17:34:16 +00:00
parent 6b46bf3b10
commit 34f42ce630
4 changed files with 142 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ OBJS = abend.o \
hashstr.o \
matchpat.o \
print.o \
segdefs.o \
strbuf.o \
strutil.o \
target.o \

View File

@@ -77,6 +77,7 @@ OBJS = abend.obj \
hashstr.obj \
matchpat.obj \
print.obj \
segdefs.obj \
strbuf.obj \
strutil.obj \
target.obj \