Without that, all Path need to be absolute and reassigned each time.
Here an example of my current problem:
Code: Select all
File1:
IncludePath <Path1>
IncludeFile "File2.pbi"
IncludeFile "File3.pbi"
File2:
IncludePath <Path2>
IncludeFile "File4.pbi"
It is easy to declare all immediate needed files for a given file, it is difficult to check and to give a sense to all dependencies.