New strbuf module

git-svn-id: svn://svn.cc65.org/cc65/trunk@881 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-09 10:24:16 +00:00
parent 56b8ead112
commit 2485259a93
4 changed files with 297 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ OBJS = abend.o \
fname.o \
hashstr.o \
print.o \
strbuf.o \
strutil.o \
target.o \
tgttrans.o \

View File

@@ -76,6 +76,7 @@ OBJS = abend.obj \
fname.obj \
hashstr.obj \
print.obj \
strbuf.obj \
strutil.obj \
target.obj \
tgttrans.obj \
@@ -102,7 +103,7 @@ clean:
@if exist *.obj del *.obj
@if exist $(LIB) del $(LIB)