1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
cc65/src
rofl0r 8669710c0f build: allow empty prefix
there was some concern that this will break windows' way of doing
file lookups relatively from the binary, rather than via hardcoded
locations, but so far each occurence adding e.g. "CA65_INC" to
the pathsearch is already shielded with an #ifndef _WIN32.

addressing #1726
2022-04-27 16:19:06 +00:00
..
ar65 remove dangling spaces 2022-04-17 16:07:09 +02:00
ca65 Merge remote-tracking branch 'upstream/master' into constexpr 2022-04-26 16:43:10 +02:00
cc65 build: properly quote strings passed as cpp macros 2022-04-25 16:52:46 +00:00
chrcvt65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
cl65 build: properly quote strings passed as cpp macros 2022-04-25 16:52:46 +00:00
co65 remove dangling spaces 2022-04-17 16:07:09 +02:00
common remove orphaned STRINGIZE macro 2022-04-25 17:12:09 +00: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 Fix realloc() bug in gr65 2019-05-22 11:33:43 +02:00
ld65 build: properly quote strings passed as cpp macros 2022-04-25 16:52:46 +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 Move all common project settings into cc65.props. 2021-04-18 21:12:51 +02:00
ar65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
ca65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
cc65.props Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
cc65.sln Added chrcvt65 to the Visual Studio project. 2016-06-03 11:37:15 +02:00
cc65.vcxproj Separated data initializer stuff from declaration stuff. 2022-01-03 13:10:32 +08:00
chrcvt65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
cl65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
co65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
common.vcxproj Remove broken inttypes.h 2022-03-06 14:47:58 -08:00
da65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
grc65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
ld65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
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 Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
sim65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00
sp65.vcxproj Allow editing cc65.props from Property Manager. 2021-04-18 21:12:51 +02:00