]> git.sur5r.net Git - cc65/commit
Added --print-target-path option.
authorOliver Schmidt <ol.sc@web.de>
Fri, 3 Jun 2016 09:08:53 +0000 (11:08 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 3 Jun 2016 09:08:53 +0000 (11:08 +0200)
commit8dd003d2b3e462ca982016d64d17a01dddc8a771
treefcd36d2788171b14df4ffe6a9923a73268f85077
parent9f01392922d47fe5062b0446df740c0165396e57
Added --print-target-path option.

If cc65 is installed and used as designed there's no need whatsoever for CC65_HOME (both on *IX and Windows) from the perspective of the cc65 binaries. If the user however has to access files from the 'target' directory thenhe ends up with some assumption on the cc65 installation path nevertheless :-(

In order to avoid this I added the --print-target-path option. It "exports" the logic used by the cc65 binaries to locate their files to the user thus allowing him to leverage the same logic to locate the target files in his build scripts / Makefiles.
doc/cl65.sgml
src/Makefile
src/cl65/main.c
src/common/searchpath.c
src/common/searchpath.h