X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/69c41c4070c86baac11a627e9c3d366420aeb7cc..2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9:/nt/makefile.w32-in diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 274ce7e527..7377d7e33b 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -1,4 +1,4 @@ -# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. +# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. # Copyright (C) 2000-2012 Free Software Foundation, Inc. # # Top level makefile for building GNU Emacs on Windows NT @@ -22,7 +22,7 @@ # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out # (and remove or replace this comment). -VERSION = 24.1.50 +VERSION = 24.3.50 TMP_DIST_DIR = emacs-$(VERSION) @@ -66,7 +66,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 icons/emacs.ico emacs.manifest stamp_BLD +$(TRES): emacs.rc icons/emacs.ico $(EMACS_MANIFEST) stamp_BLD $(RC) $(RC_OUT)$(TRES) emacs.rc $(CLIENTRES): emacsclient.rc stamp_BLD