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

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


[Back] [Next]