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

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