Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Dymically adding include path entries

Hi all,

i've a general question about adding include paths to a project.

The framework i'm writing an extension has internal callbacks for
adding include paths, which can be any absolute path to a source
directory.

To parse libraries included in the project which are located outside
the project root, i would try to detect those paths in the source and 
add them to the include path during the build process.

I'm asking for advice if this approach is a bad idea (performance-wide),
or if i should prompt the user set the paths manually.


thanks

-robert


Back to the top