Mercurial > emacs
annotate nt/emacsclient.rc @ 103109:44b3e50566c1
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 29 Apr 2009 05:15:47 +0000 |
parents | d2548396cedd |
children | ed934de32fbe |
rev | line source |
---|---|
93967 | 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 | |
102804
d2548396cedd
Bump version to 23.0.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
102274
diff
changeset
|
8 FILEVERSION 23,0,92,0 |
d2548396cedd
Bump version to 23.0.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
102274
diff
changeset
|
9 PRODUCTVERSION 23,0,92,0 |
93967 | 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" | |
101506
a84518accc05
Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents:
100954
diff
changeset
|
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
102804
d2548396cedd
Bump version to 23.0.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
102274
diff
changeset
|
26 VALUE "FileVersion", "23, 0, 92, 0\0" |
93967 | 27 VALUE "InternalName", "EmacsClient\0" |
100954 | 28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" |
93967 | 29 VALUE "OriginalFilename", "emacsclientw.exe" |
101506
a84518accc05
Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents:
100954
diff
changeset
|
30 VALUE "ProductName", "EmacsClient\0" |
102804
d2548396cedd
Bump version to 23.0.92.
Chong Yidong <cyd@stupidchicken.com>
parents:
102274
diff
changeset
|
31 VALUE "ProductVersion", "23, 0, 92, 0\0" |
93967 | 32 VALUE "OLESelfRegister", "\0" |
33 END | |
34 END | |
35 BLOCK "VarFileInfo" | |
36 BEGIN | |
37 VALUE "Translation", 0x409, 1200 | |
38 END | |
39 END | |
40 |