1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-17 09:29:10 +00:00
cc65/src
uz d54ca88743 Added a new option --dep-target to the compiler. This option allows to set the
target in the generated dependency file. The cl65 utility will use this option
to override the depdendency target, if actual object files are to be generated
from C input. So the generated dependency will not have the intermediate .s
file as target, but the final .o file, which allows to use the dependency
files without further processing.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4660 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-05-02 09:56:40 +00:00
..
ar65 Replace tabs by spaces in file lists. 2009-09-29 13:32:09 +00:00
ca65 Added dependency file generation to the assembler. This includes two new 2010-05-01 11:59:55 +00:00
ca65html Add new --tabsize option to usage/help output. 2008-11-11 21:23:15 +00:00
cc65 Added a new option --dep-target to the compiler. This option allows to set the 2010-05-02 09:56:40 +00:00
chrcvt Relax header checking somewhat, so second source fonts are accepted. 2009-12-06 12:24:59 +00:00
cl65 Added a new option --dep-target to the compiler. This option allows to set the 2010-05-02 09:56:40 +00:00
co65 Replace tabs by spaces in file lists. 2009-09-29 13:32:09 +00:00
common Rewrote the search path routines to use collections internally. 2010-05-01 14:44:14 +00:00
da65 Support for the HuC6280 (CPU of the PC Engine) contributed by Tobias Gunkel. 2009-11-24 20:04:27 +00:00
grc Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
ld65 Fixed the size of the RAM segment for the CBM610. The routine that does 2010-03-23 19:40:48 +00:00
make Makefile patch contributed by Greg King: 2009-12-02 15:21:22 +00:00
od65 Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
sim65 Prepare for reading keypresses from the X server. 2009-11-12 11:19:44 +00:00