home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_5 / ipc / npserver.mak < prev    next >
Encoding:
Text File  |  1989-05-15  |  268 b   |  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.