comparison src/makefile.nt @ 24247:90729d756198

Use full path to temacs.exe when dumping.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 02 Feb 1999 02:59:29 +0000
parents da51e8d5c359
children 9f92c0ff8fe8
comparison
equal deleted inserted replaced
24246:f67cc15ab138 24247:90729d756198
194 # The dumped executable 194 # The dumped executable
195 # 195 #
196 emacs: $(EMACS) 196 emacs: $(EMACS)
197 $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) 197 $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
198 cd $(BLD) 198 cd $(BLD)
199 temacs.exe -batch -l loadup dump 199 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
200 copy temacs.map emacs.map 200 copy temacs.map emacs.map
201 cd ..\.. 201 cd ..\..
202 202
203 # 203 #
204 # The undumped executable 204 # The undumped executable