]> git.eshelyaron.com Git - emacs.git/commitdiff
($(TRES)): Depend on icon and manifest.
authorJason Rumney <jasonr@gnu.org>
Sun, 2 Mar 2008 19:03:12 +0000 (19:03 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 2 Mar 2008 19:03:12 +0000 (19:03 +0000)
nt/ChangeLog
nt/makefile.w32-in

index aaef993403f5cbcb8da8d75364e39659ca405f30..3b6c9a575e6727c04085f62948c804b0ec456712 100644 (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.
index 1d9ada44b4a7c31e51ccd508fa42efb56564502c..2b498f9d4dfe2894188c689ba384cc3bc59018d3 100644 (file)
@@ -61,7 +61,7 @@ $(BLD)/preprep.exe: $(BLD)/preprep.$(O)
 # The resource file.  NT 3.10 requires the use of cvtres; even though\r
 # it is not necessary on later versions, it is still ok to use it.\r
 #\r
-$(TRES):       emacs.rc stamp_BLD\r
+$(TRES):       emacs.rc icons/emacs.ico emacs.manifest stamp_BLD\r
                $(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc\r
 \r
 runemacs:        stamp_BLD $(BLD)/runemacs.exe\r