home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_5 / ipc / npclient.mak < prev    next >
Encoding:
Text File  |  1989-05-09  |  268 b   |  17 lines

  1. #
  2. # make file    for    npclient.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. npclient.exe:    npclient.c npclient.mak
  9.     cl $(COPT) npclient.c /link /co /noi llibcmt
  10.     markexe    windowcompat npclient.exe
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.