home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / idt.arc / IDT < prev    next >
Text File  |  1988-06-12  |  150b  |  13 lines

  1. GETARGS    = getargs.obj stoi.obj stol.obj
  2.  
  3. .c.obj:
  4.     cl /c /Od /W3 $*.c
  5.  
  6. .obj.exe:
  7.     link $**,$*,nul;
  8.  
  9. idt.obj:
  10.  
  11. idt.exe:    idt.obj $(GETARGS)
  12.  
  13.