]> git.sur5r.net Git - cc65/commit
Added a new option --dep-target to the compiler. This option allows to set the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 2 May 2010 09:56:40 +0000 (09:56 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 2 May 2010 09:56:40 +0000 (09:56 +0000)
commitd54ca8874302376f4e08b0b7b9ae86d9b6fe4f58
tree6a218d06f36a9d2ea4500010d2a840f5c0aca243
parente61bf7094c729b079abbb7eb4741b40263e161bd
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
doc/cc65.sgml
src/cc65/global.c
src/cc65/global.h
src/cc65/input.c
src/cc65/main.c
src/cl65/main.c