home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / msjall.zip / MSJV3-5.ZIP / THREADS.ZIP / THREADS next >
Text File  |  1988-06-23  |  245b  |  10 lines

  1. #-------------------
  2. # THREADS make file
  3. #-------------------
  4.  
  5. threads.obj : threads.c
  6.      cl -c -Alfw -G2s -W3 -Zi threads.c
  7.  
  8. threads.exe : threads.obj threads.def
  9.      link threads, /align:16, NUL, /nod llibcmt doscalls, threads /CO
  10.