Page 1 of 1

Include path enhancements

Posted: Mon Apr 28, 2003 10:18 pm
by tinman
Simple version: make it like a C compiler (hey, I'm lazy and that's what I'm used to :).

Long version:
1) take include file paths relative to the current file that is being compiled/included, not the main source file
2) multiple include paths
3) perhaps a couple of different filename delimiters (like "" and <> in C) so that you can take a file from the working directory or the pre-defined include paths
4) Maybe even a third delimiter to implement point 1 and not annoy all users who would have to go and change all their include paths :)

Posted: Fri May 16, 2008 10:50 pm
by Psychophanta
2) +1
please...

Posted: Fri May 16, 2008 11:01 pm
by ts-soft
+1

and if not found, search in

Code: Select all

#PB_Compiler_Home + "include\"