X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/052f924a01f8a65ca0bfc9e6584302613e019489..a61dba1c5a5f32827eeda649c9421fc92d742a3d:/nt/emacs.rc diff --git a/nt/emacs.rc b/nt/emacs.rc index 72aa47212a..81d283f70a 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -1,6 +1,6 @@ -Emacs ICON icons\emacs.ico -32649 CURSOR icons\hand.cur -#ifdef WIN64 +Emacs ICON icons/emacs.ico +32649 CURSOR icons/hand.cur +#if defined (WIN64) || defined (__x86_64__) 1 24 "emacs-x64.manifest" #else 1 24 "emacs-x86.manifest" @@ -31,7 +31,7 @@ BEGIN VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "24, 3, 50, 0\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2013\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "24, 3, 50, 0\0"