[OPTIONS]
option
.
.
.
The [OPTIONS] section includes options that control how a help file is built and what feedback the build process displays. If this section is included in the project file, it should be the first section listed, so that the options will apply during the entire build process.
option
Specifies one of the following project-file options:
Option | Description |
BMROOT | Specifies the directory containing the bitmap files named in the bmc, bml, and bmr statements in topic files. |
BUILD | Specifies which topics to include in the build. |
COMPRESS | Specifies the type of compression to use during the build. |
CONTENTS | Specifies the context string of the Contents topic for a help file. |
COPYRIGHT | Adds a unique copyright message for the help file to the About dialog box. |
ERRORLOG | Puts compilation errors in a file during the build. |
FORCEFONT | Forces all authored fonts in the topic files to appear in a different font when displayed in the Help window. |
ICON | Specifies the icon file to be displayed when the help file is minimized. |
LANGUAGE | Specifies a different sorting order for help files authored in a Scandanavian language. |
MAPFONTSIZE | Maps a font size in the topic file to a different font size in the compiled help file. |
MULTIKEY | Specifies an alternative keyword table to use for mapping topics. |
OLDKEYPHRASE | Specifies whether the compiler should use the existing key-phrase table or create a new one during the build. |
OPTCDROM | Optimizes the help file for CD-ROM use. |
REPORT | Controls the display of messages during the build process. |
ROOT | Specifies the directories containing the topic and data files listed in the project file. |
TITLE | Specifies the text displayed in the title bar of the Help window when the file is open. |
WARNING | Specifies the level of error-message reporting the compiler is to display during the build. |
These options can appear in any order within the [OPTIONS] section. The
[OPTIONS] section is not required.