Example

[nmake]
CFLAGS=/ss /ms /Gd-
.C.OBJ:
  $(CC) -c $(CFLAGS) $*.C

These lines in the TOOLS.INI file do the following:


[Back: Macros and Inference Rules in TOOLS.INI]
[Next: NMAKE Error Messages]