KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q61470: C 6.00 Command-Line Options /Li and /Gi Documented Incorrectly

Article: Q61470
Product(s): See article
Version(s): 6.00   | 6.00
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | docerr | mspl13_c
Last Modified: 17-MAY-1990

The following command-line switches are documented incorrectly on
Pages 6 and 7 of the "Microsoft C Reference" for the C compiler
version 6.00, as well as in the C 6.00 online help:

1. The /Gi switch that reads /Gi should read /Gi[mdtfile].

2. The /Li switch that reads /Li[number] should read /Li.

The /Gi switch takes an optional mdtfile argument, which specifies the
name of the file to contain the incremental compilation information.
If mdtfile is unspecified, /Gi defaults to <basename>.MDT.

The /Li switch does not take an optional argument. In the presence of
an argument (for example, /Li60) the compiler will generate an
"unknown switch" warning and ignore it.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.