Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Latest commit

 

History

History

Q67794

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
layout title permalink
page
Q67794: NMAKE Does Not Expand Wildcard Characters
/pubs/pc/reference/microsoft/kb/Q67794/

Q67794: NMAKE Does Not Expand Wildcard Characters

Article: Q67794
Version(s): 1.11   | 1.11
Operating System: MS-DOS | OS/2
Flags: ENDUSER | docerr
Last Modified: 6-FEB-1991

Page 107 of the "Advanced Programming Techniques" manual that shipped
with Microsoft C version 6.00 states:

   NMAKE expands wild cards in target names when it reads the
   description file.

NMAKE does not expand these wildcard characters when passing the
wildcard to the compiler. The example given works correctly because
the compiler expands the wildcard on its own. If you use a compiler
that does not expand wildcards, the example given will not work.