home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / chatwn.exe / CHAT.MAK < prev    next >
Text File  |  1993-09-15  |  265b  |  10 lines

  1. chat.exe : chat.obj chat.def chat.res
  2.     link chat, /align:16, NUL, /nod slibcew libw nwcalls nwipxspx tli_win oldnames, chat
  3.     rc chat.res
  4.  
  5. chat.obj : chat.c chat.h
  6.    cl -c -Gsw -Ow -W2 -Zp chat.c
  7.  
  8. chat.res : chat.rc chat.h chat.ico
  9.    rc -r chat.rc
  10.