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

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