default search path for include

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
hallodri
Enthusiast
Enthusiast
Posts: 208
Joined: Tue Nov 08, 2005 7:59 am
Location: Germany
Contact:

default search path for include

Post by hallodri »

hi,

Please build it a default searchpath for an include.

Example:

Code: Select all

IncludeFile "bla.pbi"
If bla.pbi not in the project folder can be found, the compiler is only in "his" look include folder before it issues an error.

Thank you