New strbuf module
git-svn-id: svn://svn.cc65.org/cc65/trunk@881 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -20,6 +20,7 @@ OBJS = abend.o \
|
||||
fname.o \
|
||||
hashstr.o \
|
||||
print.o \
|
||||
strbuf.o \
|
||||
strutil.o \
|
||||
target.o \
|
||||
tgttrans.o \
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user