home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / MLEVIEW.ZIP / MLEVIEW.MAK < prev    next >
Text File  |  1991-04-04  |  615b  |  23 lines

  1. #--------------------
  2. # MLEView Nmake file
  3. #--------------------
  4.  
  5. mleview.zip : mleview.exe mleview.hlp mleview.doc readme.doc
  6.      pkzip2 mleview -a -x*.zip *.*
  7.  
  8. mleview.exe : mleview.obj mleview.def mleview.res ezfonts.obj
  9.      link mleview+ezfonts, /align:16/CO, NUL, /nod llibce+os2+filedlg, mleview
  10.      rc mleview.res
  11.  
  12. mleview.obj : mleview.c mleview.h ezfonts.h
  13.      cl -c -AL -G2sw mleview.c
  14.  
  15. mleview.hlp : mleview.h mleview.ipf
  16.      ipfc mleview.ipf
  17.  
  18. mleview.res : mleview.rc mleview.h mleview.ico
  19.      rc -r mleview
  20.  
  21. ezfonts.obj : ezfonts.c ezfonts.h
  22.      cl -c -AL -G2sw ezfonts.c
  23.