home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / EZMAIL2.ZIP / ETC.ZIP / EZUPDATE.MAK next >
Encoding:
Text File  |  1990-09-27  |  2.0 KB  |  55 lines

  1. # EZUPDATE.MAK - Makefile for EZUPDATE.BAT
  2. #
  3. # This makefile is loaded by the MMAKE.EXE program which is called from
  4. # the EZUPDATE.BAT file.  When used with EZUPDATE.BAT on the LAN connect PC,
  5. # EZUPDATE.BAT and EZUPDATE.MAK will maintain the most current versions of
  6. # the EZMAIL package for the files listed in this makefile.
  7. #
  8. all: ezmail.exe ezmail.doc ez_mail.hlp ez_main.hlp ez_send.hlp ez_recv.hlp \
  9.     ez_opts.hlp ezfilter.exe ezupdate.exe ped.exe uuencode.exe \
  10.     \nfs\services
  11.  
  12. ezmail.exe:    m:\ezmail.exe
  13.     @echo   ...updating ezmail.exe (exit EZMAIL to load new version)...
  14.     @echo      ************
  15.     @echo         EZMAIL Version 2.0 now availble, mount the /tmp/ezmail
  16.     @echo         drive on DSACG2 and run install2.bat.
  17.     @copy m:\ezmail.exe > nul
  18. ezmail.doc:    m:\ezmail.doc
  19.     @echo   ...updating ezmail.doc...
  20.     @copy m:\ezmail.doc > nul
  21. ez_mail.hlp:    m:\ez_mail.hlp
  22.     @echo   ...updating ez_mail.hlp...
  23.     @copy m:\ez_mail.hlp > nul
  24. ez_main.hlp:    m:\ez_main.hlp
  25.     @echo   ...updating ez_main.hlp...
  26.     @copy m:\ez_main.hlp > nul
  27. ez_send.hlp:    m:\ez_send.hlp
  28.     @echo   ...updating ez_send.hlp...
  29.     @copy m:\ez_send.hlp > nul
  30. ez_recv.hlp:    m:\ez_recv.hlp
  31.     @echo   ...updating ez_recv.hlp...
  32.     @copy m:\ez_recv.hlp > nul
  33. ez_opts.hlp:    m:\ez_opts.hlp
  34.     @echo   ...updating ez_opts.hlp...
  35.     @copy m:\ez_opts.hlp > nul
  36. ezfilter.exe:    m:\ezfilter.exe
  37.     @echo   ...updating ezfilter.exe (QOffice document filter)...
  38.     @copy m:\ezfilter.exe > nul
  39. ezupdate.exe:    m:\ezupdate.exe
  40.     @echo   ...updating ezupdate.exe (maintains most current versions)...
  41.     @copy m:\ezupdate.exe > nul
  42. ped.exe:    m:\ped.exe
  43.     @echo   ...updating ped.exe (default EZMAIL editor)...
  44.     @copy m:\ped.exe > nul
  45.     @echo   ...updating ped.doc...
  46.     @copy m:\ped.doc > nul
  47. uuencode.exe:    m:\uuencode.exe
  48.     @echo   ...updating uuencode.exe (binary mail encoder)...
  49.     @copy m:\uuencode.exe > nul
  50.     @echo   ...updating uudecode.exe (binary mail decoder)...
  51.     @copy m:\uudecode.exe > nul
  52. \nfs\services:    m:\services
  53.     @echo   ...updating services file (DMINS system version)...
  54.     @copy m:\services \nfs\services
  55.