]> git.sur5r.net Git - cc65/commit
Changed search path logic: Include files are now search first in the directory
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 May 2010 12:00:12 +0000 (12:00 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 May 2010 12:00:12 +0000 (12:00 +0000)
commit02f5b5499efc472f3d19f1fecbb979dd4389f9df
tree38be1ba54d382ce7f173353a8631985ac08489f2
parent9a6f97cfe15ebd721868e1b2025224aa75ac4e48
Changed search path logic: Include files are now search first in the directory
containing the file that had the #include statement. The path of the main file
will also added to the front of the search path list, so includes will not be
search in the current directory first, but in the directory that contains the
main file.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4673 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/input.c