home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / IPCX.ZIP / QCLIENT.MAK < prev    next >
Text File  |  1989-05-02  |  209b  |  13 lines

  1. #
  2. # make file    for    qclient.c
  3. #
  4.  
  5. COPT=/Lp /W3 /Zpiel /G2s /I$(INCLUDE) /Alfw
  6.  
  7. qclient.exe: qclient.c qclient.mak q.h
  8.     cl $(COPT) qclient.c /link /co /noi llibcmt
  9.     markexe windowcompat qclient.exe
  10.  
  11.  
  12.  
  13.