Skip to content

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
/kb/067/Q67794/

Q67794: NMAKE Does Not Expand Wildcard Characters

{% raw %}

Article: Q67794
Product(s): See article
Version(s): 1.11   | 1.11
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | docerr | mspl13_basic
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.

{% endraw %}