Global include directory

BlitzMax Forums/BlitzMax Beginners Area/Global include directory

Does anyone know if its possible to set up a general use include directory, e.g. c:\blitzmax\include. The blitz max compiler would then look in c:\blitzmax\include if it couldn't find the include file in the current directory (that is if you don't specify the full path for the include file)?

there is not, but it would get my vote as a great feature.

Why not just turn the code into a module?