New pattern matching module matchpat.[ch]
git-svn-id: svn://svn.cc65.org/cc65/trunk@1233 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -19,6 +19,7 @@ OBJS = abend.o \
|
||||
filepos.o \
|
||||
fname.o \
|
||||
hashstr.o \
|
||||
matchpat.o \
|
||||
print.o \
|
||||
strbuf.o \
|
||||
strutil.o \
|
||||
|
||||
@@ -75,6 +75,7 @@ OBJS = abend.obj \
|
||||
filepos.obj \
|
||||
fname.obj \
|
||||
hashstr.obj \
|
||||
matchpat.obj \
|
||||
print.obj \
|
||||
strbuf.obj \
|
||||
strutil.obj \
|
||||
@@ -103,7 +104,7 @@ clean:
|
||||
@if exist *.obj del *.obj
|
||||
@if exist $(LIB) del $(LIB)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user