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

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