diff nt/nmake.defs @ 35899:0158865560da

(THISDIR): New definition.
author Andrew Innes <andrewi@gnu.org>
date Mon, 05 Feb 2001 16:55:05 +0000
parents 2ed117dc79cf
children 19b74f67a4ae
line wrap: on
line diff
--- a/nt/nmake.defs	Mon Feb 05 15:48:00 2001 +0000
+++ b/nt/nmake.defs	Mon Feb 05 16:55:05 2001 +0000
@@ -24,13 +24,14 @@
 
 MAKETYPE=nmake
 
+CURDIR		= $(MAKEDIR:\=/)
+THISDIR		= $(MAKEDIR)
+
 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