Started to add config file
git-svn-id: svn://svn.cc65.org/cc65/trunk@336 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -49,11 +49,11 @@ extern const char* InFile; /* Name of input file */
|
||||
extern const char* OutFile; /* Name of output file */
|
||||
|
||||
/* Default extensions */
|
||||
extern const char ObjExt[]; /* Default object extension */
|
||||
extern const char ListExt[]; /* Default listing extension */
|
||||
extern const char OutExt[]; /* Output file extension */
|
||||
extern const char CfgExt[]; /* Config file extension */
|
||||
|
||||
/* Flags and other command line stuff */
|
||||
extern unsigned char Verbose; /* Verbosity of the output file */
|
||||
extern unsigned char Verbosity; /* Verbosity of the output file */
|
||||
|
||||
/* Stuff needed by many routines */
|
||||
extern unsigned Pass; /* Disassembler pass */
|
||||
|
||||
Reference in New Issue
Block a user