Compile Windows resources into cygw32 Emacs
[bpt/emacs.git] / nt / emacs.rc
index 7e753f0..1653dfd 100644 (file)
@@ -1,14 +1,18 @@
-Emacs ICON   icons\emacs.ico
-32649 CURSOR icons\hand.cur
-1 24 "emacs.manifest"
+Emacs ICON   icons/emacs.ico
+32649 CURSOR icons/hand.cur
+#ifdef WIN64
+1 24 "emacs-x64.manifest"
+#else
+1 24 "emacs-x86.manifest"
+#endif
 
 #ifndef VS_VERSION_INFO
 #define VS_VERSION_INFO 1
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 24,0,50,0
- PRODUCTVERSION 24,0,50,0
+ FILEVERSION 24,2,90,0
+ PRODUCTVERSION 24,2,90,0
  FILEFLAGSMASK 0x3FL
 #ifdef EMACSDEBUG
  FILEFLAGS 0x1L
@@ -25,12 +29,12 @@ BEGIN
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
-           VALUE "FileVersion", "24, 0, 50, 0\0"
+           VALUE "FileVersion", "24, 2, 90, 0\0"
            VALUE "InternalName", "Emacs\0"
-           VALUE "LegalCopyright", "Copyright (C) 2001-2011\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs\0"
-           VALUE "ProductVersion", "24, 0, 50, 0\0"
+           VALUE "ProductVersion", "24, 2, 90, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
      END