Mercurial > emacs
changeset 34275:4828a262abb5
(CURDIR): New define.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 06 Dec 2000 14:55:40 +0000 |
parents | a8cee0f32645 |
children | 1e1283190fbc |
files | nt/nmake.defs |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/nmake.defs Wed Dec 06 14:55:02 2000 +0000 +++ b/nt/nmake.defs Wed Dec 06 14:55:40 2000 +0000 @@ -27,10 +27,12 @@ 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