home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_07 / 8n07035a < prev    next >
Text File  |  1990-06-19  |  198b  |  12 lines

  1.  
  2. pgm    = ROUTEMSG
  3. model  = S
  4. compsw = /A$(model) /Ox /G2s
  5. linksw = /A:16
  6.  
  7. $(pgm).OBJ    :  $*.C
  8.          cl /c /FPa /W3 $(compsw) $*.C
  9.  
  10. $(pgm).EXE    :  $*.OBJ
  11.          link $(linksw) $*,$*,$*,OS2;
  12.