Bug description:
When including source files that are in sub directories with MPLAB, they are not found by the BoostC compiler. For example, I have a project that consist out of the following files:
main.c
main.h
mxlib/lcdchar.c
mxlib/lcdchar.h
When creating a project in MPLAB, and adding "main.c" and "mxlib/lcdchar.c" to my MPLAB project, BoostC does not find "mxlib/lcdchar.c" during compilation. It also shows that it is looking in the wrong folder. It reports the following error message:
lcdchar.c
FATAL: Unable to open input file: D:\prj\pic\lcd16s\lcdchar.c
Error: preprocessi