home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / THREADS2.ZIP / THREADS2.MAK < prev    next >
Text File  |  1990-05-31  |  304b  |  17 lines

  1. #ENVIRONMENTS 
  2. #CHARLES PETZOLD
  3. #Vol. 9, No. 11
  4.  
  5. #--------------------
  6. # THREADS2 make file
  7. #--------------------
  8.  
  9. threads2.obj : threads2.c
  10.      cl -c -Alfw -G2sw -W3 threads2.c
  11.  
  12. threads2.exe : threads2.obj threads2.def
  13.      link threads2, /align:16, NUL, /nod llibcmt os2, threads2
  14.  
  15.  
  16.  
  17.