home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / ew12b.zip / FILES1.ZIP / SELWORD.MAK < prev   
Text File  |  1993-07-03  |  327b  |  12 lines

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