1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src/cl65
Oliver Schmidt 912b0d9e93 Have cl65 run the binaries from its own directory.
While ca65, cc65 and ld65 have built-in paths cl65 doesn't.
That means that up to now cl65 depended on the binaries
being found in the path env var. However it makes sense
to presume that the binaries are located in the very same
directory cl65 is located in. So whatever pathname was
suitable to run cl65 should be suitable to run the other
binaries too. But if for some reason there's no valid
argv[0] or if it doesn't contain at least one directory
delimiter ('/' or '\') then fall back to relying on the
path env var.
2013-05-07 00:47:37 +02:00
..
error.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
error.h Added gcc attributes 2003-08-14 21:15:10 +00:00
global.c Output the command line for sub-processes when -d is given 2002-07-11 19:46:11 +00:00
global.h Output the command line for sub-processes when -d is given 2002-07-11 19:46:11 +00:00
main.c Have cl65 run the binaries from its own directory. 2013-05-07 00:47:37 +02:00
spawn-amiga.inc DoneStrBuf -> SB_Done (Stefan Haubenthal). 2008-08-05 20:56:35 +00:00
spawn-unix.inc Make the spawn module an include file as suggested by Greg King 2002-11-25 21:12:00 +00:00
spawn.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00