comparison nt/xemacs.mak @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 8e84bee8ddd0
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
22 # Boston, MA 02111-1307, USA. 22 # Boston, MA 02111-1307, USA.
23 # 23 #
24 # Synched up with: Not in FSF. 24 # Synched up with: Not in FSF.
25 # 25 #
26 26
27 XEMACS=.. 27 # APA: Since there seems to be no way to determine the directory where
28 # xemacs.mak is located (from within nmake) we just insist on the user
29 # to invoke nmake in the directory where xemacs.mak is.
30 !if !exist("$(MAKEDIR)\xemacs.mak")
31 !error Please run nmake from the directory of this makefile (xemacs\nt).
32 !endif
33
34 XEMACS=$(MAKEDIR)\..
28 LISP=$(XEMACS)\lisp 35 LISP=$(XEMACS)\lisp
29 NT=$(XEMACS)\nt 36 NT=$(XEMACS)\nt
30 37
31 # Program name and version 38 # Program name and version
32 39