Is it possible to set Environmental variables other than the ones set by default. I am trying to build an application though it keeps on telling me that it needs a file from another directory which doesn't seem to be in the include path. I am using a Mingw compiler with Windows XP.
Is there a specific variable I can use so that it will be included in the search path during the build process.
Thank you..