Added dependency file generation to the assembler. This includes two new
options, --create-dep and --create-full-dep. The latter will include files that are passed via debug info to the assembler. git-svn-id: svn://svn.cc65.org/cc65/trunk@4653 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 2000-2008 Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* (C) 2000-2010, Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
/* */
|
||||
/* This software is provided 'as-is', without any expressed or implied */
|
||||
@@ -85,7 +85,7 @@ void DbgInfoFile (void)
|
||||
MTime = ConstExpression ();
|
||||
|
||||
/* Insert the file into the table */
|
||||
AddFile (&Name, Size, MTime);
|
||||
AddFile (&Name, FT_DBGINFO, Size, MTime);
|
||||
|
||||
/* Free memory used for Name */
|
||||
SB_Done (&Name);
|
||||
|
||||
Reference in New Issue
Block a user