Dynamic C search path

Hi All,

I have Dynamic C 8.2 installed and am trying to figure out how to give the compiler a search path. That is, I want it to look in a few different directories for *.h, *.lib, and *.c files when I do a compile. How do I do this?

Thanks,
Roger

Found the answer. Add all of the files you want to #use to the file LIB.DIR, in the Dynamic C installation directory. One file per line, include the full path information.

-Roger