cc65/src
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
..
ar65 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-04-27 17:20:36 +02:00
ca65 Added search path relative to running binary on Windows. 2013-05-06 23:20:56 +02:00
ca65html Add new --tabsize option to usage/help output. 2008-11-11 21:23:15 +00:00
cc65 Added search path relative to running binary on Windows. 2013-05-06 23:20:56 +02:00
chrcvt Replaced whole bunch for Makefiles with a single generic Makefile. 2013-04-27 17:20:36 +02:00
cl65 Have cl65 run the binaries from its own directory. 2013-05-07 00:47:37 +02:00
co65 No copyright message here. 2013-04-27 17:39:52 +02:00
common Added reference to unused variable to avoid GCC 4.6 warning. 2013-05-06 23:31:00 +02:00
da65 No copyright message here. 2013-04-27 17:39:52 +02:00
dbginfo Replaced whole bunch for Makefiles with a single generic Makefile. 2013-04-27 17:20:36 +02:00
grc65 No copyright message here. 2013-04-27 17:39:52 +02:00
ld65 Added search path relative to running binary on Windows. 2013-05-06 23:20:56 +02:00
od65 No copyright message here. 2013-04-27 17:39:52 +02:00
sim65 Removed obsolete Makefiles. 2013-05-04 13:41:28 +02:00
sp65 Added reference to unused variable to avoid GCC 4.6 warning. 2013-05-06 23:31:00 +02:00
.gitignore Added MS VS 2010 solution with projects for the major binaries. 2013-04-10 19:30:36 +02:00
ar65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
ca65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
cc65.sln Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
cc65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
cl65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
co65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
common.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
da65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
grc65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
ld65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
Makefile Added support for building the MS VS solution from the Makefile. 2013-05-05 23:46:12 +02:00
od65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
sp65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00