From 480a77b5434c373337299fbd112be46439120f62 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 2 Mar 2008 19:03:12 +0000 Subject: [PATCH] ($(TRES)): Depend on icon and manifest. --- nt/ChangeLog | 4 ++++ nt/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index aaef993403f..3b6c9a575e6 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2008-03-02 Jason Rumney + + * makefile.w32-in ($(TRES)): Depend on icon and manifest. + 2008-03-02 Kentaro Ohkouchi * icons/README: Update. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 1d9ada44b4a..2b498f9d4df 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -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 -- 2.39.2