]> git.sur5r.net Git - cc65/blobdiff - src/ca65/global.h
Renamed the defines in symdefs.h to something more meaningful. They were named
[cc65] / src / ca65 / global.h
index 92d83b9afe04e9b74ec9e9109f0c1eb2b1a58ff7..a29901651ace1d21f51a91608079ffedcad75232 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2008 Ullrich von Bassewitz                                       */
-/*               Roemerstrasse 52                                            */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 1998-2010, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 
+/* common */
+#include "strbuf.h"
+
+
+
 /*****************************************************************************/
 /*                                          Data                                    */
 /*****************************************************************************/
@@ -48,6 +53,8 @@
 extern const char*             InFile;             /* Name of input file */
 extern const char*             OutFile;            /* Name of output file */
 extern const char*             ListFile;           /* Name of listing file */
+extern StrBuf           DepName;            /* Name of dependencies file */
+extern StrBuf           FullDepName;        /* Name of full dependencies file */
 
 /* Default extensions */
 extern const char              ObjExt[];           /* Default object extension */