I use compiler 'edg' for front-end compilation
Let's assume I have got 2 files
a) /build/src/a.c
b) /build/include/a.h
I am able to compile 'a.c' by specifying '-I /build/include'
but not using '-I../include'
How to use relative path using 'edg'?
Note: I am compiling all the source files using 'xml' files and not from command-line