1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src
Oliver Schmidt 9aa17b4c53 Moved ca65html out of the src directory.
- A HTML generator isn't really the core of a C/asm toolchain.
- A Perl script isn't actually as portable as one might think.
2014-01-31 22:27:40 +01:00
..
ar65 Made the archiver announce a library's creation only if it is being verbose. 2013-09-23 16:10:12 -04:00
ca65 Revert "Added basic frame for new target 'creativision'." 2013-12-05 21:45:20 +01:00
cc65 Revert "Added basic frame for new target 'creativision'." 2013-12-05 21:45:20 +01:00
chrcvt Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cl65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
co65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
common Revert "Added basic frame for new target 'creativision'." 2013-12-05 21:45:20 +01:00
da65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbginfo Fixed a logic bug in dbginfo.c module that prevented some valid debug info files from being parsed. 2013-07-04 21:10:58 +03:00
grc65 No copyright message here. 2013-04-27 17:39:52 +02:00
ld65 Removed option from usage. 2013-10-09 11:33:53 +02:00
od65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sim65 Adjusted usage. 2013-05-24 18:36:59 +02:00
sp65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +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 Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +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 'install' target. 2014-01-29 21:42:26 +01:00
od65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
sim65.vcxproj Adjusted sim65 MS VC build settings to the ones of the other binaries. 2013-05-21 20:54: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