emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/makefile.w32-in,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/nt/makefile.w32-in,v
Date: Wed, 20 Dec 2006 23:52:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/12/20 23:52:16

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/makefile.w32-in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- makefile.w32-in     12 Mar 2006 17:20:13 -0000      1.29
+++ makefile.w32-in     20 Dec 2006 23:52:16 -0000      1.30
@@ -56,8 +56,8 @@
 # The resource file.  NT 3.10 requires the use of cvtres; even though
 # it is not necessary on later versions, it is still ok to use it.
 #
-$(TRES):       emacs.rc
-               $(RC) $(RC_OUT)$(BLD)/emacs.res $(ALL_DEPS)
+$(TRES):       emacs.rc $(BLD)
+               $(RC) $(RC_OUT)$(BLD)/emacs.res $<
 
 runemacs:        $(BLD) $(BLD)/runemacs.exe
 $(BLD)/runemacs.exe: $(BLD)/runemacs.$(O) $(TRES)
@@ -67,12 +67,14 @@
 which-sh:
        @echo Using $(THE_SHELL) as shell.
 
+$(BLD)/addpm.$(O) $(BLD)/ddeclient.$(O) $(BLD)/runemacs.$(O) 
$(BLD)/cmdproxy.$(O) $(BLD)/addsection.$(O) $(BLD)/preprep.$(O): $(BLD)
+
 #
 # Build emacs
 #
 all:   which-sh $(BLD) $(ALL) maybe-bootstrap all-other-dirs-$(MAKETYPE)
 
-all-other-dirs-nmake:
+all-other-dirs-nmake: addsection
        cd ..\lib-src
        $(MAKE) $(MFLAGS) all
        cd ..\src
@@ -83,7 +85,7 @@
        $(MAKE) $(MFLAGS) all
        cd ..\nt
 
-all-other-dirs-gmake:
+all-other-dirs-gmake: addsection
        $(MAKE) $(MFLAGS) -C ../lib-src all
        $(MAKE) $(MFLAGS) -C ../src all
        $(MAKE) $(MFLAGS) -C ../lisp all
@@ -129,7 +131,7 @@
 
 bootstrap:     addsection bootstrap-$(MAKETYPE) all
 
-bootstrap-nmake:
+bootstrap-nmake: addsection
        cd ..\lisp
        $(MAKE) $(MFLAGS) bootstrap-clean
        cd ..\src
@@ -145,7 +147,7 @@
        $(MAKE) $(MFLAGS) DOC
        cd ..\nt
 
-bootstrap-gmake:
+bootstrap-gmake: addsection
        $(MAKE) $(MFLAGS) -C ../lisp bootstrap-clean
        $(MAKE) $(MFLAGS) -C ../src clean
        $(MAKE) $(MFLAGS) -C ../lib-src clean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]