The information in this article applies to:
SUMMARYIn NMAKE, if you use the !IF directive with an expression in square brackets "[]", NMAKE evaluates the expression when it first reads the makefile, before it evaluates any dependency blocks or executes any commands. MORE INFORMATION
NMAKE uses square brackets to run an application in an !IF expression.
test.exe: test.cIn this example, NMAKE runs the CHECK program each time it evaluates the makefile. It does not matter that TEST.EXE is up to date with TEST.C or not. Additional query words: kbinf 1.10 1.20 1.30 1.40 1.50
Keywords : |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |