1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src/cl65
Oliver Schmidt 8dd003d2b3 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.
2016-06-03 11:08:53 +02:00
..
error.c Normalized code. 2014-03-04 01:11:19 +01:00
error.h Normalized code. 2014-03-04 01:11:19 +01:00
global.c Normalized code. 2014-03-04 01:11:19 +01:00
global.h Normalized code. 2014-03-04 01:11:19 +01:00
main.c Added --print-target-path option. 2016-06-03 11:08:53 +02:00
spawn-amiga.inc Fixed the " til " typos. 2015-09-06 12:25:00 -04:00
spawn-unix.inc Fixed the " til " typos. 2015-09-06 12:25:00 -04:00