On Thu, 14 Aug 2003 08:14:41 -0500, "Tom A." <met### [at] yahoocom>
wrote:
> So - is there a way to get a listing of the source with all the includes
> and macros expanded?
Do you need expanded list or just order of "execution"? You can just start
every include file with:
#debug "Inclusion of this_file_name.inc\n"
and every macro with:
#debug "Execution of this_macro_name.inc\n"
In standard include files you can get it by declaring
#declare View_POV_Include_Stack = yes;
at begining of your main scene.
ABX
Post a reply to this message
|