How to specify a "remote" file path in the HHP [MAP] section?
I need/want to specify a common context sensitive ID map file from several projects but can't figure out or find documentation about how to refer to a file that is NOT in the project directory. For example, if I have a file called HelpContext.h in ProjectA's directory, under the [MAP] (and possibly the [TEXT POPUPS] section, then the ProjectA.HHP file can contain something like this,
...
[MAP]
#include HelpContext.h
[TEXT POPUPS]
HelpContext.h
And it builds and works fine. But if HelpContext.h is a file used by several projects, I would like to be able to reference it something like:
[MAP]
#include <a file path to HelpContext.h>
[TEXT POPUPS]
<a file path to HelpContext.h>
All the examples I've stumbled on assume the .h file will be in the project directory.
Thanks.
