Moved most of cc65/incpath to a common searchpath module

git-svn-id: svn://svn.cc65.org/cc65/trunk@2174 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-28 21:11:47 +00:00
parent 9aa85743ba
commit fda9a3b49a
4 changed files with 278 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ OBJS = abend.o \
hashstr.o \
matchpat.o \
print.o \
searchpath.o \
segdefs.o \
segnames.o \
strbuf.o \

View File

@@ -55,6 +55,7 @@ OBJS = abend.obj \
hashstr.obj \
matchpat.obj \
print.obj \
searchpath.obj \
segdefs.obj \
segnames.obj \
strbuf.obj \