home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / connect / connect.mak < prev    next >
Encoding:
Text File  |  1990-11-28  |  209 b   |  10 lines

  1. connect.exe:  connect.obj connect.def
  2.    link connect, /align:16, NUL, /nod slibcew libw, connect
  3.    rc connect.exe
  4.    
  5.    
  6. connect.obj:  connect.c 
  7.    cl -c -Gsw -Ow -W2 -Zp connect.c
  8.    
  9.       
  10.