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

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