diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-03-02 19:03:12 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-03-02 19:03:12 +0000 |
commit | 480a77b5434c373337299fbd112be46439120f62 (patch) | |
tree | e27606600386e8ed07485fe03da4ea65dfade777 /nt/makefile.w32-in | |
parent | c9cc64624109b5854153e048059fcf88a77d8041 (diff) | |
download | emacs-480a77b5434c373337299fbd112be46439120f62.tar.gz |
($(TRES)): Depend on icon and manifest.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r-- | nt/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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
|