CompileResult Attribute

Defines the resulting file(s) to be produced by the compiler.

Used in

Parent Tag

Required

Collection Definition (.Hxc) File

CompilerOptions

No

Values

  • Hxs
    (Default) Instructs the compiler to generate a stand-alone compiled Help (.HxS) file, which also includes an index.

  • HxiHxs
    Instructs the compiler to generate an .HxS file with a separate compiled index (.HxI) file.

Example

CompileResult = "Hxs"

See Also

Concepts

Collection Definition (.Hxc) File

Reference

Help XML Tags