Lit usage

Lit usage:

lit.exe [-?] [-nologo] [-out libraryFile] objectFile [objectFile ...]

Lit supports the following command line parameters:

Switch

Meaning

-b

Specify a base path to locate all files; the default value is the current working directory

-bf

Bind files into the library file

-ext

Specify an extension assembly

-loc <loc.wxl>

Provide a .wxl file to read localization strings from

-nologo

Skip printing Lit logo information

-out

Specify an output file; by default, Lit will write to the current working directory

-ss

Suppress schema validation for documents; this switch provides a performance boost during linking

-sv

Suppress intermediate file version mismatch checking

-sw<N>

Suppress warnings with specific message IDs

-v

Generate verbose output

-wx

Treat warnings as errors

-?

Display Lit help information