Changeset 30 for trunk/src/kmk/job.c


Ignore:
Timestamp:
Nov 30, 2002, 7:53:42 AM (23 years ago)
Author:
bird
Message:

Basic nmake emulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/job.c

    r27 r30  
    4545#endif
    4646#endif /* not lint */
     47
     48#ifdef NMAKE
     49#define OLD_JOKE 1
     50#endif
    4751
    4852#ifndef OLD_JOKE
     
    11431147                if (strcmp(gn->name,"love") == 0)
    11441148                    (*abortProc)("Not war.");
    1145                 else
     1149#ifdef NMAKE
     1150        else if (strcmp(gn->name,"fire") == 0)
     1151                    (*abortProc)("No match.");
     1152#endif
     1153        else
    11461154#endif
    11471155                    (*abortProc)("%s %s. Stop", msg, gn->name);
Note: See TracChangeset for help on using the changeset viewer.