Moved verbose output to a shared module in the common/ directory.
git-svn-id: svn://svn.cc65.org/cc65/trunk@619 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -47,7 +47,6 @@ const char* OutputName = "a.out"; /* Name of output file */
|
||||
|
||||
unsigned long StartAddr = 0x200; /* Start address */
|
||||
|
||||
unsigned char Verbose = 0; /* Verbose operation flag */
|
||||
unsigned char VerboseMap = 0; /* Verbose map file */
|
||||
const char* MapFileName = 0; /* Name of the map file */
|
||||
const char* LabelFileName = 0; /* Name of the label file */
|
||||
|
||||
Reference in New Issue
Block a user