home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12225.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.