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 [EMACS_22_BASE]


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/nt/makefile.w32-in, v [EMACS_22_BASE]
Date: Thu, 10 Apr 2008 09:44:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jason Rumney <jasonr>   08/04/10 09:44:47

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/nt/makefile.w32-in,v
retrieving revision 1.38.2.5
retrieving revision 1.38.2.6
diff -u -b -r1.38.2.5 -r1.38.2.6
--- makefile.w32-in     7 Jan 2008 08:15:14 -0000       1.38.2.5
+++ makefile.w32-in     10 Apr 2008 09:44:47 -0000      1.38.2.6
@@ -24,14 +24,16 @@
 # FIXME: This file uses DOS EOLs.  Convert to Unix after 22.1 is out
 #        (and remove or replace this comment).
 
-ALL            = addpm ddeclient runemacs cmdproxy addsection preprep
-
-.PHONY: $(ALL)
-
 TRES           = $(BLD)/emacs.res
+CLIENTRES      = $(BLD)/emacsclient.res
 
 XMFLAGS                =
 
+ALL            = addpm ddeclient runemacs cmdproxy addsection preprep 
$(CLIENTRES)
+
+.PHONY: $(ALL)
+
+
 addpm:           stamp_BLD $(BLD)/addpm.exe
 $(BLD)/addpm.exe: $(BLD)/addpm.$(O)
                  $(LINK) $(LINK_OUT)$@ \
@@ -62,7 +64,10 @@
 # it is not necessary on later versions, it is still ok to use it.
 #
 $(TRES):       emacs.rc stamp_BLD
-               $(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc
+               $(RC) $(RC_OUT)$(TRES) emacs.rc
+
+$(CLIENTRES):  emacsclient.rc stamp_BLD
+               $(RC) $(RC_OUT)$(CLIENTRES) emacsclient.rc
 
 runemacs:        stamp_BLD $(BLD)/runemacs.exe
 $(BLD)/runemacs.exe: $(BLD)/runemacs.$(O) $(TRES)




reply via email to

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