(COMPILER_TEMP_FILES): New definition.
(MAKETYPE): New definition.
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.
$(BLD): $(OBJDIR)
-mkdir "$(BLD)"
+COMPILER_TEMP_FILES =
+
CP = cp -f
CP_DIR = cp -rf
DEL = rm
endif
-# The location of the icon file
-EMACS_ICON_PATH = ../nt/emacs.ico
-
ifdef NODEBUG
DEBUG_FLAG =
else
THE_SHELL = $(COMSPEC)
SHELLTYPE=CMD
+MAKETYPE=nmake
+
ALL_DEPS = $**
SUBSYSTEM_WINDOWS=-subsystem:windows
$(BLD): $(OBJDIR)
-mkdir "$(BLD)"
+COMPILER_TEMP_FILES = *.pdb
+
CP = cp -f
CP_DIR = cp -rf
IFNOTSAMEDIR = if not exist ..\same-dir.tst
DEL = rm
DEL_TREE = rm -r
-# The location of the icon file
-EMACS_ICON_PATH = ../nt/emacs.ico
-
!ifdef NODEBUG
DEBUG_FLAG =
!else