mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(EMACS_ICON_PATH): Delete definition.
(COMPILER_TEMP_FILES): New definition. (MAKETYPE): New definition.
This commit is contained in:
parent
df6c4c2b83
commit
6da21b33f5
2 changed files with 8 additions and 6 deletions
|
|
@ -76,6 +76,8 @@ SHELLTYPE=SH
|
|||
SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp
|
||||
endif
|
||||
|
||||
MAKETYPE=gmake
|
||||
|
||||
# Cygwin has changed quoting rules somewhat since b20, in a way that
|
||||
# affects makefiles using sh as the command processor, so we need to
|
||||
# detect which rules to use.
|
||||
|
|
@ -184,6 +186,8 @@ BLD = $(OBJDIR)/$(ARCH)
|
|||
$(BLD): $(OBJDIR)
|
||||
-mkdir "$(BLD)"
|
||||
|
||||
COMPILER_TEMP_FILES =
|
||||
|
||||
CP = cp -f
|
||||
CP_DIR = cp -rf
|
||||
DEL = rm
|
||||
|
|
@ -217,9 +221,6 @@ DQUOTE = \"
|
|||
|
||||
endif
|
||||
|
||||
# The location of the icon file
|
||||
EMACS_ICON_PATH = ../nt/emacs.ico
|
||||
|
||||
ifdef NODEBUG
|
||||
DEBUG_FLAG =
|
||||
else
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ all:
|
|||
THE_SHELL = $(COMSPEC)
|
||||
SHELLTYPE=CMD
|
||||
|
||||
MAKETYPE=nmake
|
||||
|
||||
ALL_DEPS = $**
|
||||
|
||||
SUBSYSTEM_WINDOWS=-subsystem:windows
|
||||
|
|
@ -140,6 +142,8 @@ BLD = $(OBJDIR)/$(ARCH)
|
|||
$(BLD): $(OBJDIR)
|
||||
-mkdir "$(BLD)"
|
||||
|
||||
COMPILER_TEMP_FILES = *.pdb
|
||||
|
||||
CP = cp -f
|
||||
CP_DIR = cp -rf
|
||||
IFNOTSAMEDIR = if not exist ..\same-dir.tst
|
||||
|
|
@ -153,9 +157,6 @@ DQUOTE = \"
|
|||
DEL = rm
|
||||
DEL_TREE = rm -r
|
||||
|
||||
# The location of the icon file
|
||||
EMACS_ICON_PATH = ../nt/emacs.ico
|
||||
|
||||
!ifdef NODEBUG
|
||||
DEBUG_FLAG =
|
||||
!else
|
||||
|
|
|
|||
Loading…
Reference in a new issue