From: Andrew Innes Date: Wed, 6 Dec 2000 14:55:40 +0000 (+0000) Subject: (CURDIR): New define. X-Git-Tag: emacs-pretest-21.0.93~161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a62e863522115c3bbfc7a200343e4704097e6ee0;p=emacs.git (CURDIR): New define. --- diff --git a/nt/nmake.defs b/nt/nmake.defs index 4e3ead1b14d..f979c9688f1 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -27,10 +27,12 @@ ALL_DEPS = $** SUBSYSTEM_WINDOWS=-subsystem:windows SUBSYSTEM_CONSOLE=-subsystem:console +CURDIR = $(MAKEDIR:\=/) + # INSTALL_DIR is the directory into which emacs will be installed. # !ifndef INSTALL_DIR -INSTALL_DIR = $(MAKEDIR)/.. +INSTALL_DIR = $(CURDIR)/.. !endif # Allow detection of builds with MSVC 5 or later, so we can