/Lj Compiler Option

Syntax: Default:
/Lj[+|-] /Lj-

Use /Lj to expand user and system include files in the listing file.

If you have very long filenames, there may not be enough room for the filenames on the lines showing the included code. Counters are used in the INCLUDE column of the listing output, and the filename corresponding to each number is given at the bottom of the source listing.

Note: To use /Lj, you must also specify /Ls. If you use /Lj, you cannot also use /Fi or /Si.

By default, the listing file does not show user and system include files expanded.



Summary of Compiler Options