The information in this article applies to:
SUMMARYThe Microsoft NMAKE File Maintenance Utility evaluates only the first target in a makefile, even if the command line includes the /A option switch. This may not be readily apparent from the documentation, which states that the /A switch causes NMAKE to rebuild all requested targets, even if they are not out of date with respect to their dependents. MORE INFORMATION
In the sample makefile below, NMAKE invokes the compiler to produce
HELLO1.OBJ and then stops. The /A switch instructs NMAKE to call the
compiler for HELLO1.C even if HELLO1.OBJ is more recent. The /A switch
does not build all targets in the makefile.
nmake and pseudotarget and default Sample Makefile
Additional query words: kbinf 1.20 1.30 1.40 1.50
Keywords : |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |