KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q32242: The extmake Compile Switch Is Case Sensitive

Article: Q32242
Product(s): See article
Version(s): 1.00   | 1.00
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | buglist1.00 | mspl13_basic
Last Modified: 1-MAY-1989

The following extmake entry will be ignored, causing the default
command line to be used:

extmake:C cl /c /Zi /Od %s

Microsoft has confirmed this to be a problem in Version 1.00. We
are researching this problem and will post new information as it
becomes available.

Although there is no case sensitivity for the extmake switch name, the
extension specified ("C" in this example) must be in lowercase. If the
extension is not in lowercase, the help screen will show a separate
entry for that extension, as follows:

   C   cl /c /Zi /Od %s
   c   cl /c /Zep /D LINT_ARGS %s

The second command line will be used when compiling a C program.

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.