aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney2008-03-02 19:03:12 +0000
committerJason Rumney2008-03-02 19:03:12 +0000
commit480a77b5434c373337299fbd112be46439120f62 (patch)
treee27606600386e8ed07485fe03da4ea65dfade777 /nt
parentc9cc64624109b5854153e048059fcf88a77d8041 (diff)
downloademacs-480a77b5434c373337299fbd112be46439120f62.tar.gz
emacs-480a77b5434c373337299fbd112be46439120f62.zip
($(TRES)): Depend on icon and manifest.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index aaef993403f..3b6c9a575e6 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12008-03-02 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
4
12008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> 52008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
2 6
3 * icons/README: Update. 7 * 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)
61# The resource file. NT 3.10 requires the use of cvtres; even though 61# The resource file. NT 3.10 requires the use of cvtres; even though
62# it is not necessary on later versions, it is still ok to use it. 62# it is not necessary on later versions, it is still ok to use it.
63# 63#
64$(TRES): emacs.rc stamp_BLD 64$(TRES): emacs.rc icons/emacs.ico emacs.manifest stamp_BLD
65 $(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc 65 $(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc
66 66
67runemacs: stamp_BLD $(BLD)/runemacs.exe 67runemacs: stamp_BLD $(BLD)/runemacs.exe