]> git.sur5r.net Git - cc65/commit
Added functions to remember a set of include search paths and to search
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 29 May 2000 18:40:56 +0000 (18:40 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 29 May 2000 18:40:56 +0000 (18:40 +0000)
commit78057df08bda588aa312c4e5ae0c4788929a38dc
tree2053507c54c2a665a7ffa61fee3fff1fe40ef09c
parent285c097fdbd89adc6e0ca85593c7cc0b5269fc24
Added functions to remember a set of include search paths and to search
for includes in these directories. Extended the scanner to use the new
functions.
Added several command line switches, including -I (--include-dir) to use
the new include search feature.

git-svn-id: svn://svn.cc65.org/cc65/trunk@12 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/incpath.c [new file with mode: 0644]
src/ca65/incpath.h [new file with mode: 0644]
src/ca65/main.c
src/ca65/make/gcc.mak
src/ca65/make/watcom.mak
src/ca65/scanner.c