emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01/01: Add some .ico dependencies to Makefile .res


From: Glenn Morris
Subject: [Emacs-diffs] master 01/01: Add some .ico dependencies to Makefile .res rules
Date: Sat, 22 Nov 2014 21:32:40 +0000

branch: master
commit cc252fc141482e64f8824967449f1076a6feb540
Author: Glenn Morris <address@hidden>
Date:   Sat Nov 22 13:32:34 2014 -0800

    Add some .ico dependencies to Makefile .res rules
    
    * lib-src/Makefile.in (emacsclient.res): Add dependency on icons/emacs.ico.
    
    * nt/Makefile.in (emacs.res): Add dependency on icons/hand.cur.
---
 lib-src/ChangeLog   |    4 ++++
 lib-src/Makefile.in |    2 +-
 nt/ChangeLog        |    4 ++++
 nt/Makefile.in      |    3 ++-
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 0093abe..a8281a5 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-22  Glenn Morris  <address@hidden>
+
+       * Makefile.in (emacsclient.res): Add dependency on icons/emacs.ico.
+
 2014-10-20  Glenn Morris  <address@hidden>
 
        * Merge in all changes up to 24.4 release.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index fe10104..eb16c33 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -388,7 +388,7 @@ update-game-score${EXEEXT}: ${srcdir}/update-game-score.c 
$(NTLIB) $(config_h)
          -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
          $< $(LOADLIBES) $(NTLIB) -o $@
 
-emacsclient.res: $(NTINC)/../emacsclient.rc
+emacsclient.res: $(NTINC)/../emacsclient.rc ${srcdir}/icons/emacs.ico
        $(WINDRES) -O coff --include-dir=$(NTINC)/.. -o $@ $<
 
 ## Makefile ends here.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 457d97c..49ef65a 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-22  Glenn Morris  <address@hidden>
+
+       * Makefile.in (emacs.res): Add dependency on icons/hand.cur.
+
 2014-11-18  Glenn Morris  <address@hidden>
 
        * Makefile.in (addpm${EXEEXT}, ddeclient${EXEEXT})
diff --git a/nt/Makefile.in b/nt/Makefile.in
index 63bef28..c456d55 100644
--- a/nt/Makefile.in
+++ b/nt/Makefile.in
@@ -225,5 +225,6 @@ cmdproxy${EXEEXT}: ${srcdir}/cmdproxy.c
 runemacs${EXEEXT}: ${srcdir}/runemacs.c $(EMACSRES)
        $(CC) ${ALL_CFLAGS} $^ -mwindows -o $@
 
-emacs.res: ${srcdir}/emacs.rc ${srcdir}/icons/emacs.ico 
${srcdir}/$(EMACS_MANIFEST)
+emacs.res: ${srcdir}/emacs.rc ${srcdir}/icons/emacs.ico \
+  ${srcdir}/icons/hand.cur ${srcdir}/$(EMACS_MANIFEST)
        ${WINDRES} -I ${srcdir} -O coff -o $@ $<



reply via email to

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