comparison nt/xemacs.mak @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 0784d089fdc9
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
24 # Synched up with: Not in FSF. 24 # Synched up with: Not in FSF.
25 # 25 #
26 26
27 default: all 27 default: all
28 28
29 XEMACS=.. 29 # APA: Since there seems to be no way to determine the directory where
30 # xemacs.mak is located (from within nmake) we just insist on the user
31 # to invoke nmake in the directory where xemacs.mak is.
32 !if !exist("$(MAKEDIR)\xemacs.mak")
33 !error Please run nmake from the directory of this makefile (xemacs\nt).
34 !endif
35
36 XEMACS=$(MAKEDIR)\..
30 LISP=$(XEMACS)\lisp 37 LISP=$(XEMACS)\lisp
31 LIB_SRC=$(XEMACS)\lib-src 38 LIB_SRC=$(XEMACS)\lib-src
32 MODULES=$(XEMACS)\modules 39 MODULES=$(XEMACS)\modules
33 NT=$(XEMACS)\nt 40 NT=$(XEMACS)\nt
34 OUTDIR=$(NT)\obj 41 OUTDIR=$(NT)\obj