comparison src/GvimExt/gvimext_ming.rc @ 10:4e2284e71352

updated for version 7.0002
author vimboss
date Thu, 24 Jun 2004 15:53:16 +0000
parents
children
comparison
equal deleted inserted replaced
9:4102fb4ea781 10:4e2284e71352
1 #include <windows.h>
2 #define xstr(x) str(x)
3 #define str(x) #x
4 VS_VERSION_INFO VERSIONINFO
5 FILEVERSION 1,0,0,1
6 PRODUCTVERSION 1,0,0,1
7 FILEFLAGSMASK 0x3fL
8 #ifdef _DEBUG
9 FILEFLAGS 0x3L
10 #else
11 FILEFLAGS 0x2L
12 #endif
13 FILEOS 0x4L
14 FILETYPE VFT_DLL
15 FILESUBTYPE 0x0L
16 {
17 BLOCK "StringFileInfo"
18 {
19 BLOCK "040904b0"
20 {
21 VALUE "Comments", "Developed using COM architecture!\0"
22 VALUE "CompanyName", "Tianmiao Hu's Developer Studio\0"
23 VALUE "FileDescription", "A small project for the context menu of gvim!\0"
24 VALUE "FileVersion", "1, 0, 0, 1\0"
25 VALUE "InternalName", "gvim right-click menu extension\0"
26 VALUE "LegalCopyright", "Copyright © 1999 Tianmiao Hu\0"
27 VALUE "LegalTrademarks", "Tianmiao Hu's Gvim Context Menu Extension\0"
28 VALUE "OriginalFilename", "gvimext.dll\0"
29 VALUE "PrivateBuild", "\0"
30 VALUE "ProductName", "Tianmiao Hu's gvimext context menu extension\0"
31 VALUE "ProductVersion", "1, 0, 0, 1\0"
32
33 #if defined(__GNUC__)
34 VALUE "SpecialBuild", "Build With " "MingW " xstr(__GNUC__) "." xstr(__GNUC_MINOR__) "." xstr(__GNUC_PATCHLEVEL__) " on " __DATE__ " " __TIME__ "\0"
35 #else
36 VALUE "SpecialBuild", "Unknown compiler\0"
37
38 #endif
39 }
40 }
41 BLOCK "VarFileInfo"
42 {
43 VALUE "Translation", 0x409, 1200
44 }
45 }