X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Fglobal.h;h=a29901651ace1d21f51a91608079ffedcad75232;hb=112ae0e3db511ddd92e769c11328646ebe2a6240;hp=92d83b9afe04e9b74ec9e9109f0c1eb2b1a58ff7;hpb=5d4790a1378f6f4ab1c668a58fb9d49db3393870;p=cc65 diff --git a/src/ca65/global.h b/src/ca65/global.h index 92d83b9af..a29901651 100644 --- a/src/ca65/global.h +++ b/src/ca65/global.h @@ -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 */ @@ -38,6 +38,11 @@ +/* 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 */