/[emacs]/emacs/src/makefile.w32-in
ViewVC logotype

Diff of /emacs/src/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by andrewi, Fri Dec 14 16:12:48 2001 UTC revision 1.14 by andrewi, Fri Dec 14 22:40:39 2001 UTC
# Line 23  ALL = emacs Line 23  ALL = emacs
23    
24  .PHONY: $(ALL)  .PHONY: $(ALL)
25    
26    # Set EMACSLOADPATH correctly (in case already defined in environment).
27    EMACSLOADPATH=$(CURDIR)/../lisp
28    
29  #  #
30  # HAVE_CONFIG_H is required by some generic gnu sources stuck into  # HAVE_CONFIG_H is required by some generic gnu sources stuck into
31  # the emacs source tree.  # the emacs source tree.
# Line 150  all:            $(ALL) Line 153  all:            $(ALL)
153  emacs:          $(BLD) $(EMACS)  emacs:          $(BLD) $(EMACS)
154  $(EMACS):       $(DOC) $(TEMACS)  $(EMACS):       $(DOC) $(TEMACS)
155          "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump          "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
156            -"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
157    
158  #  #
159  # The undumped executable  # The undumped executable

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26