Show
Ignore:
Timestamp:
03/19/05 17:17:56 (4 years ago)
Author:
miyoshi
Message:

* README.Meadow.ja: Update for Meadow 2.10.

* README.Meadow: Ditto.

* makefile.nt: Do not install mkdir', lock' and `data'.

* README.Meadow.ja: Update for Meadow 2.10.

* README.Meadow: Ditto.

* makefile.nt: Do not install mkdir', lock' and `data'.

* INSTALL.Meadow: Update for Meadow2.10.

* INSTALL.Meadow.ja: Ditto.

* README.Meadow.ja: Update.

* README.Meadow: Ditto.

* makefile.meadow.w32-in: Do not mkdir lock, data.
Do not install Meadow.plan.

* makefile.def: Sync up with Emacs 21.4.

* ebuild.bat: Ditto.

* makefile.nmake.mw32-in (INSTALL_DIR_M): do not use MEADOW_VERSION.

* configure.meadow.bat: correct to check "--magick" argument.

* emacs.bat: delete unused file.

* meadowrc.h: Ditto.

* install.c (set_registry_data): add packages/lisp to EMACSLOADPATH.

* gmake.meadow.defs (INSTALL_DIR_M): do not use MEADOW_VERSION.

* configure.meadow.bat: add --magick option.

* INSTALL.Meadow.ja: Ditto.

* INSTALL.Meadow: Ditto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/nt/ebuild.bat

    r3104 r3642  
    1 nmake -f meadow.mak all 
     1@echo off 
     2if (%1) == () nmake -f makefile.nt all 
     3if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9