Hi,
how do you keep track of dependencies between different files?
Currently I do something like
if utilities__loaded # true then load("utilities.max");
where every one of the files that may have to be loaded for other
files to work sets a constant like utilities__loaded. Is there a
simpler way?
Regards,
Albert.