Posted by Justin Koivisto on 03/08/06 19:45
alex wrote:
>> I would be impossible to maintain if I had to update the "include_path"
>> var every time I get a new project.
>
> Sorry, this is a mistake... the '.' directory in the include_path would
> solve my pb... but it doesn't :'-(
>
>
try adding it like:
include_path = ".:/path/to/inc"
[Back to original message]
|