Syntax
OLDKEYPHRASE=yes/no
The OLDKEYPHRASE option specifies whether to use an existing key-phrase file for the current build.
Parameters
yes/no
Specifies whether the existing file should be used.
Comments
The Help compiler creates a phrase-table file with a .PH extension if it doesn’t find one in the project root directory. If the Help compiler finds a file with a .PH extension, it uses the file for the current build. Because the .PH file speeds up the compression process when little text has changed since the last build, you might want to keep the phrase file around if you compile the same Help file several times with compression. However, you get maximum compression if you delete the .PH file before starting each build.
If you do not include this option in the Help project file, the Help compiler will use the old keyphrase file by default.
Example
The following example illustrates this option:
OLDKEYPHRASE=NO
See Also
[OPTIONS] Section