Executing a Program in Preprocessing
Home Page (Projects) | Overview (NMAKE Reference) | How Do I... Topics (Projects)
To use a command's exit code during preprocessing, specify the command, with any arguments, within brackets ([ ]). Any macros are expanded before the command is executed. NMAKE replaces the command specification with the command's exit code, which can be used in an expression to control preprocessing.