Changeset 3881

Show
Ignore:
Timestamp:
09/19/05 13:24:01 (3 years ago)
Author:
fujii
Message:

Fix a fatal error of dump.bat.
Corresponds ticket:153.

* src/makefile.mw32-in (install): Copy buildobj.lst to
$(INSTALL_DIR)/bin for dump.bat.

* nt/dump.bat: Execute temacs.exe at current directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/ChangeLog.Meadow

    r3879 r3881  
     12005-09-19  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
     2 
     3        * dump.bat: Execute temacs.exe at current directory. 
     4 
    152005-09-17  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
    26 
  • trunk/nt/dump.bat

    r3104 r3881  
    11@echo off 
    22if exist Meadow.dmp del Meadow.dmp 
    3 md obj 
    4 cd obj 
    5 md etc 
    6 md exe 
    7 cd exe 
     3if exist Meadow.exe del Meadow.exe 
    84 
    9 copy ..\..\Meadow.exe . 
    10 copy ..\..\..\etc\DOC-X ..\etc\DOC-X 
    11 .\Meadow -nd -batch -l loadup dump 
    12 copy emacs.dmp ..\..\Meadow.dmp 
    13 copy fns-*.el ..\.. 
    14 cd ..\.. 
    15 echo y | rd /S obj 
     5.\temacs.exe -nd -batch -l loadup dump 
     6 
     7move emacs.dmp Meadow.dmp 
     8move emacs.exe Meadow.exe 
  • trunk/src/ChangeLog.Meadow

    r3880 r3881  
     12005-09-19  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
     2 
     3        * makefile.mw32-in (install): Copy buildobj.lst to 
     4        $(INSTALL_DIR)/bin for dump.bat. 
     5 
    162005-09-18  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/src/makefile.mw32-in

    r3853 r3881  
    281281        $(CP) $(EMACS_DMP) $(INSTALL_DIR)/bin 
    282282        $(CP) $(EMACS) $(INSTALL_DIR)/bin 
     283        $(CP) $(BLD)/buildobj.lst $(INSTALL_DIR)/bin 
    283284 
    284285#