[FILES]
filename
.
.
.
The [FILES] section lists all topic files used to build the help file. Every project file requires a [FILES] section.
filename
Specifies the full or partial path of a topic file. If a partial path is given, the Help compiler uses the directories specified by the ROOT option to construct a full path. If a file cannot be found, the compiler reports an error.
The #include directive can also be used in the [FILES] section to specify the topic files indirectly by designating a file that contains a list of the topic files.
The following example specifies four topic files:
[FILES]
rtftxt\COMMANDS.RTF
rtftxt\HOWTO.RTF
rtftxt\KEYS.RTF
rtftxt\GLOSSARY.RTF
The following example uses the #include directive to specify the topic files indirectly. In this case, the file RTFFILES.H must be in the project file (the Help compiler does not use the INCLUDE environment variable to search for files).
[FILES]
#include <rtffiles.h>
ROOT