Do dependencies auto-chain?
Moderator: Moderators
Do dependencies auto-chain?
That is, if mod A depends on mod B, and mod B depends on mod C, then must mod A include mod C in it's dependency list?
No, because mod B calls modC mod A would have it by inheretence.
Think linbrary call in a header, the header, library call and main program are one by linking in the executable...
but for a more practical example:
.../taspring/base/springcontent.sdz
calls: bitmaps.sdz;
Which is used by many mods. Now, as far as how DEEP that can go, I have no idea
Think linbrary call in a header, the header, library call and main program are one by linking in the executable...
but for a more practical example:
.../taspring/base/springcontent.sdz
calls: bitmaps.sdz;
Which is used by many mods. Now, as far as how DEEP that can go, I have no idea
