diff options
| author | Glenn Morris | 2014-11-22 14:24:36 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-22 14:24:36 -0800 |
| commit | 8662e9d448723878a87bd7a573be98f12e7791c1 (patch) | |
| tree | 2ce68f8559628a37cd06ad4093dbd678c6312844 | |
| parent | 84e2f13cd50a7ef6af736559107f0a8e6bcec6c5 (diff) | |
| download | emacs-8662e9d448723878a87bd7a573be98f12e7791c1.tar.gz emacs-8662e9d448723878a87bd7a573be98f12e7791c1.zip | |
* nt/emacs.rc, nt/emacsclient.rc: Remove files.
Accidentally left out of previous commit.
Apparently "git mv" doesn't do what I thought it did...
| -rw-r--r-- | nt/emacs.rc | 45 | ||||
| -rw-r--r-- | nt/emacsclient.rc | 39 |
2 files changed, 0 insertions, 84 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc deleted file mode 100644 index 15455d982a7..00000000000 --- a/nt/emacs.rc +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | Emacs ICON icons/emacs.ico | ||
| 2 | 32649 CURSOR icons/hand.cur | ||
| 3 | #if defined (WIN64) || defined (__x86_64__) | ||
| 4 | 1 24 "emacs-x64.manifest" | ||
| 5 | #else | ||
| 6 | 1 24 "emacs-x86.manifest" | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #ifndef VS_VERSION_INFO | ||
| 10 | #define VS_VERSION_INFO 1 | ||
| 11 | #endif | ||
| 12 | |||
| 13 | VS_VERSION_INFO VERSIONINFO | ||
| 14 | FILEVERSION 25,0,50,0 | ||
| 15 | PRODUCTVERSION 25,0,50,0 | ||
| 16 | FILEFLAGSMASK 0x3FL | ||
| 17 | #ifdef EMACSDEBUG | ||
| 18 | FILEFLAGS 0x1L | ||
| 19 | #else | ||
| 20 | FILEFLAGS 0x0L | ||
| 21 | #endif | ||
| 22 | FILEOS 0x40004L | ||
| 23 | FILETYPE 0x1L | ||
| 24 | FILESUBTYPE 0x0L | ||
| 25 | BEGIN | ||
| 26 | BLOCK "StringFileInfo" | ||
| 27 | BEGIN | ||
| 28 | BLOCK "040904B0" | ||
| 29 | BEGIN | ||
| 30 | VALUE "CompanyName", "Free Software Foundation\0" | ||
| 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" | ||
| 32 | VALUE "FileVersion", "25, 0, 50, 0\0" | ||
| 33 | VALUE "InternalName", "Emacs\0" | ||
| 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" | ||
| 35 | VALUE "OriginalFilename", "emacs.exe" | ||
| 36 | VALUE "ProductName", "Emacs\0" | ||
| 37 | VALUE "ProductVersion", "25, 0, 50, 0\0" | ||
| 38 | VALUE "OLESelfRegister", "\0" | ||
| 39 | END | ||
| 40 | END | ||
| 41 | BLOCK "VarFileInfo" | ||
| 42 | BEGIN | ||
| 43 | VALUE "Translation", 0x409, 1200 | ||
| 44 | END | ||
| 45 | END | ||
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc deleted file mode 100644 index 9318492a342..00000000000 --- a/nt/emacsclient.rc +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | Emacs ICON icons\emacs.ico | ||
| 2 | |||
| 3 | #ifndef VS_VERSION_INFO | ||
| 4 | #define VS_VERSION_INFO 1 | ||
| 5 | #endif | ||
| 6 | |||
| 7 | VS_VERSION_INFO VERSIONINFO | ||
| 8 | FILEVERSION 25,0,50,0 | ||
| 9 | PRODUCTVERSION 25,0,50,0 | ||
| 10 | FILEFLAGSMASK 0x3FL | ||
| 11 | #ifdef EMACSDEBUG | ||
| 12 | FILEFLAGS 0x1L | ||
| 13 | #else | ||
| 14 | FILEFLAGS 0x0L | ||
| 15 | #endif | ||
| 16 | FILEOS 0x40004L | ||
| 17 | FILETYPE 0x1L | ||
| 18 | FILESUBTYPE 0x0L | ||
| 19 | BEGIN | ||
| 20 | BLOCK "StringFileInfo" | ||
| 21 | BEGIN | ||
| 22 | BLOCK "040904B0" | ||
| 23 | BEGIN | ||
| 24 | VALUE "CompanyName", "Free Software Foundation\0" | ||
| 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" | ||
| 26 | VALUE "FileVersion", "25, 0, 50, 0\0" | ||
| 27 | VALUE "InternalName", "EmacsClient\0" | ||
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" | ||
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | ||
| 30 | VALUE "ProductName", "EmacsClient\0" | ||
| 31 | VALUE "ProductVersion", "25, 0, 50, 0\0" | ||
| 32 | VALUE "OLESelfRegister", "\0" | ||
| 33 | END | ||
| 34 | END | ||
| 35 | BLOCK "VarFileInfo" | ||
| 36 | BEGIN | ||
| 37 | VALUE "Translation", 0x409, 1200 | ||
| 38 | END | ||
| 39 | END | ||