home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / ewdll.zip / MULHELP.MAK < prev   
Text File  |  1993-07-09  |  327b  |  12 lines

  1. #----------------------
  2. # MULHELP.MAK make file
  3. #----------------------
  4.  
  5. mulhelp.dll : mulhelp.obj mulhelp.def
  6.      link mulhelp ewapi.lib, mulhelp.dll /align:16, NUL, /noe ldllcew libw, mulhelp
  7.      rc mulhelp.dll
  8.      ren mulhelp.dll mulhelp.ewd
  9.  
  10. mulhelp.obj : mulhelp.c
  11.      cl -c -ALw -Gsw -Ow -W2 -Zp mulhelp.c
  12.