CompileResult Attribute
Defines the resulting file(s) to be produced by the compiler.
Used in |
Parent Tag |
Required |
---|---|---|
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