($(TRES)): Depend on icon and manifest.

This commit is contained in:
Jason Rumney 2008-03-02 19:03:12 +00:00
parent c9cc646241
commit 480a77b543
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-03-02 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in ($(TRES)): Depend on icon and manifest.
2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
* icons/README: Update.

View file

@ -61,7 +61,7 @@ $(BLD)/preprep.exe: $(BLD)/preprep.$(O)
# 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 stamp_BLD
$(TRES): emacs.rc icons/emacs.ico emacs.manifest stamp_BLD
$(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc
runemacs: stamp_BLD $(BLD)/runemacs.exe