home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emacs / src / dump.cmd < prev    next >
Encoding:
Text File  |  1993-06-14  |  380 b   |  14 lines

  1. @echo off
  2. echo Dumping normally increments the Emacs version number, but as I decided
  3. echo to use this number to distinguish different porting versions, I turned 
  4. echo this off.
  5. echo.
  6. echo Dumping Emacs ...
  7. temacs -batch -l loadup dump
  8. echo Stripping a.out-file ...
  9. emxbind -x temacs.exe xemacs
  10. echo Binding dumped Emacs ...
  11. emxbind -ccore xemacs
  12. del xemacs
  13. del core
  14.