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.
This commit is contained in:
parent
9a84825892
commit
cc252fc141
4 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (emacsclient.res): Add dependency on icons/emacs.ico.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Merge in all changes up to 24.4 release.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-11-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (emacs.res): Add dependency on icons/hand.cur.
|
||||
|
||||
2014-11-18 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (addpm${EXEEXT}, ddeclient${EXEEXT})
|
||||
|
|
|
@ -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 $@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue