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:
cuz
2002-04-08 19:55:12 +00:00
parent 874c63da99
commit 3f503a78e5
4 changed files with 312 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ OBJS = abend.o \
filepos.o \
fname.o \
hashstr.o \
matchpat.o \
print.o \
strbuf.o \
strutil.o \

View File

@@ -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)