home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / THREADS1.ZIP / THREADS1.MAK < prev   
Text File  |  1990-01-04  |  244b  |  10 lines

  1. #--------------------
  2. # THREADS1 make file
  3. #--------------------
  4.  
  5. threads1.obj : threads1.c
  6.      cl -c -Alfw -G2sw -W3 threads1.c
  7.  
  8. threads1.exe : threads1.obj threads1.def
  9.      link threads1, /align:16, NUL, /nod os2 llibcmt, threads1
  10.