1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 01:55:47 +00:00
cc65/src
rofl0r 94e7b11870 cl65: fix regression in --print-target-path
since the "empty prefix means run from current dir" hack was removed,
cl65 --print-target-path no longer prints the path relative to the
binary, but the hardcoded library path which points to prefix, because
the code adds the hardcoded path first to the pathsearch, but then actually
only returns the first entry rather than looking whether the path exists.

closes #1754
2022-05-30 12:22:02 +00:00
..
ar65 remove dangling spaces 2022-04-17 16:07:09 +02:00
ca65 Fix endless loop on expanding a recursive macro, fixed issue #1678, patch by kugelfuhr 2022-05-09 21:26:45 +02:00
cc65 Fix set but unused variable 2022-05-17 10:05:25 +02:00
chrcvt65
cl65 cl65: fix regression in --print-target-path 2022-05-30 12:22:02 +00:00
co65 remove dangling spaces 2022-04-17 16:07:09 +02:00
common Fixed a multi-line comment. 2022-05-18 05:09:48 -04:00
da65 remove dangling spaces 2022-04-17 16:07:09 +02:00
dbginfo remove dangling spaces 2022-04-17 16:07:09 +02:00
grc65
ld65 rename AddSubSearchPathFromWinBin to AddSubSearchPathFromBin 2022-04-28 18:35:05 +00:00
od65 remove dangling spaces 2022-04-17 16:07:09 +02:00
sim65 remove dangling spaces 2022-04-17 16:07:09 +02:00
sp65 remove dangling spaces 2022-04-17 16:07:09 +02:00
.gitignore
ar65.vcxproj
ca65.vcxproj
cc65.props
cc65.sln
cc65.vcxproj Separated data initializer stuff from declaration stuff. 2022-01-03 13:10:32 +08:00
chrcvt65.vcxproj
cl65.vcxproj
co65.vcxproj
common.vcxproj Remove broken inttypes.h 2022-03-06 14:47:58 -08:00
da65.vcxproj
grc65.vcxproj
ld65.vcxproj
Makefile build: allow empty prefix 2022-04-27 16:19:06 +00:00
msbuild.cmd Update src/msbuild.cmd script to optionally include Visual Studio 2019 Community build tools 2021-06-08 21:16:20 +02:00
od65.vcxproj
sim65.vcxproj
sp65.vcxproj