]> git.sur5r.net Git - cc65/commit
Explicitly set search paths for libraries build.
authorOliver Schmidt <ol.sc@web.de>
Fri, 31 May 2013 19:30:14 +0000 (21:30 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 31 May 2013 19:30:14 +0000 (21:30 +0200)
commit7024e2789d3b673578e67bbbd731a8925eb77376
tree6f4e22ca5e020b305713762a1dde5855f2d41a63
parent7572834ebf5db5f5b0a594863d684a65a97b123d
Explicitly set search paths for libraries build.

The libraries build is prepared to work with binaries not part of the current
working tree. But in this case the default search path surely points to some
other working tree. Even the binaries in this working tree might have been
compiled with non-standard builtin search paths.

Anyway when building the libraries we want always to use the headers from
the current working tree. Therefore we want to set them explicitly. Instead
of setting all in all five paths on the command lines of ca65, cc65 and ld65 I
opted to just set the single environment variable.
libsrc/Makefile