]> git.sur5r.net Git - cc65/commit
Added search path relative to running binary on Windows.
authorOliver Schmidt <ol.sc@web.de>
Mon, 6 May 2013 21:20:56 +0000 (23:20 +0200)
committerOliver Schmidt <ol.sc@web.de>
Mon, 6 May 2013 21:20:56 +0000 (23:20 +0200)
commit55667b94fb78939e3322991f148d2d5610daba50
tree2f56fb7193c67ca7ee237960161e786e32f5a38e
parent983c6285e1578902e8294c870582f3bca7593dc8
Added search path relative to running binary on Windows.

In contrast to *IX it doesn't make much sense to add compile time defined
search paths to Windows binaries: There's no standard path like /usr/local/bin
(and there are no symbolic links to link from there to another location).

On the other hand it's (again in contrast to *IX) easy for Windows binaries
to determine their own paths. Therefore it's appropriate to make use of that
to add run time defined default search paths.
src/ca65/incpath.c
src/cc65/incpath.c
src/common/searchpath.c
src/common/searchpath.h
src/ld65/filepath.c