Show
Ignore:
Timestamp:
2005年03月19日 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/makefile.def

    r3615 r3642  
    280280!if "$(ARCH)" == "i386" 
    281281!if "$(BUILD_TYPE)" == "spd" 
    282 #ARCH_CFLAGS     = -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8 
    283 ARCH_CFLAGS     = -D_X86_=1 -c -Zel -W2 -H63 -O2 -Ob2 -GBdF -Zi -Zp8 
    284 !else 
    285 ARCH_CFLAGS     = -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zi -Zp8 
     282#ARCH_CFLAGS     = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8 
     283ARCH_CFLAGS     = -nologo -D_X86_=1 -c -Zel -W2 -H63 -O2 -Ob2 -GBdF -Zi -Zp8 
     284!else 
     285ARCH_CFLAGS     = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zi -Zp8 
    286286!endif 
    287287ARCH_LDFLAGS    = -align:0x1000 $(SYS_LDFLAGS) 
     
    295295!if "$(ARCH)" == "alpha" 
    296296!if "$(BUILD_TYPE)" == "spd" 
    297 ARCH_CFLAGS     = -D_ALPHA_=1 -c -Ze -Zi -W2 -O2 -D__stdcall= -D__cdecl= 
    298 !else 
    299297ARCH_CFLAGS     = -D_ALPHA_=1 -c -Ze -Zi -W2 -Od -D__stdcall= -D__cdecl= 
     298!else 
     299ARCH_CFLAGS     = -D_ALPHA_=1 -c -Ze -Zi -W2 -O1 -D__stdcall= -D__cdecl= 
    300300!endif 
    301301ARCH_LDFLAGS    = -align:0x2000 $(SYS_LDFLAGS)