X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=nt%2Fxemacs.mak;h=f081407fbf2ce657be6f9ecf0a4298b3fde3c45b;hb=3631efc9983aeb3443855d532fc4c2973fd305bb;hp=b0ffd198c6f0b9135781959d000447333ccc2f4e;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git- diff --git a/nt/xemacs.mak b/nt/xemacs.mak index b0ffd19..f081407 100644 --- a/nt/xemacs.mak +++ b/nt/xemacs.mak @@ -26,7 +26,14 @@ default: all -XEMACS=.. +# APA: Since there seems to be no way to determine the directory where +# xemacs.mak is located (from within nmake) we just insist on the user +# to invoke nmake in the directory where xemacs.mak is. +!if !exist("$(MAKEDIR)\xemacs.mak") +!error Please run nmake from the directory of this makefile (xemacs\nt). +!endif + +XEMACS=$(MAKEDIR)\.. LISP=$(XEMACS)\lisp LIB_SRC=$(XEMACS)\lib-src MODULES=$(XEMACS)\modules