home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / ctask.zip / TESTMS.MAK < prev    next >
Text File  |  1988-02-29  |  127b  |  7 lines

  1.  
  2. test.obj:     test.c tsk.h
  3.    cl /c /Gs /Od $*.c
  4.  
  5. test.exe:     test.obj ctaskms.lib
  6.    link test,,,ctaskms/M/ST:16000;
  7.