annotate vidix/dhahelperwin/common.ver @ 28210:6fc5386a8b6b

added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
author nicodvb
date Sun, 04 Jan 2009 13:12:51 +0000
parents 173d35b7aca3
children e83eef58b30a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24541
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
1 /*
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
2 * PROJECT: ReactOS
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
3 * LICENSE: GPL - See COPYING in the top level directory
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
4 * FILE: include/psdk/common.ver
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
5 * PURPOSE: Common Version File.
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
6 * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
7 */
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
8
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
9 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
10 // Copyright Year
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
11 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
12 #ifndef VER_LEGALCOPYRIGHT_YEARS
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
13 #define VER_LEGALCOPYRIGHT_YEARS "2007"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
14 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
15
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
16 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
17 // Copyright String
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
18 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
19 #ifndef VER_LEGALCOPYRIGHT_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
20 #if defined(RC_INVOKED) && !defined(WIN16)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
21 #define VER_LEGALCOPYRIGHT_STR L"\251 ReactOS Foundation. All rights reserved."
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
22 #else
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
23 #define VER_LEGALCOPYRIGHT_STR "Copyright (c) ReactOS Foundation. All rights reserved."
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
24 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
25 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
26
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
27 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
28 // Product Name String
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
29 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
30 #ifndef VER_PRODUCTNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
31 #ifdef RC_INVOKED
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
32 #define VER_PRODUCTNAME_STR L"ReactOS\256 Operating System"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
33 #else
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
34 #define VER_PRODUCTNAME_STR "ReactOS (R) Operating System"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
35 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
36 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
37
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
38 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
39 // The File Version is the same as the Product Version
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
40 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
41 #ifndef VER_FILEVERSION
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
42 #define VER_FILEVERSION VER_PRODUCTVERSION
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
43 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
44 #ifndef VER_FILEVERSION_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
45 #define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
46 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
47
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
48 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
49 // If no Original Name was given, use the Internal NAme
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
50 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
51 #ifndef VER_ORIGINALFILENAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
52 #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
53 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
54
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
55 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
56 // Allow tagging a Build by Machine/Date
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
57 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
58 #if defined(__BUILDMACHINE__)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
59 #if defined(__BUILDDATE__)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
60 #define B2(x,y) " (" #x "." #y ")"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
61 #define B1(x,y) B2(x, y)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
62 #define BUILD_MACHINE_TAG B1(__BUILDMACHINE__, __BUILDDATE__)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
63 #else
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
64 #define B2(x) " built by: " #x
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
65 #define B1(x) B2(x)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
66 #define BUILD_MACHINE_TAG B1(__BUILDMACHINE__)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
67 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
68 #if defined(__BUILDMACHINE_LEN__)
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
69 #if __BUILDMACHINE_LEN__ >= 25
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
70 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
71 #elif __BUILDMACHINE_LEN__ == 24
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
72 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
73 #elif __BUILDMACHINE_LEN__ == 23
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
74 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
75 #elif __BUILDMACHINE_LEN__ == 22
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
76 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
77 #elif __BUILDMACHINE_LEN__ == 21
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
78 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
79 #elif __BUILDMACHINE_LEN__ == 20
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
80 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
81 #elif __BUILDMACHINE_LEN__ == 19
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
82 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
83 #elif __BUILDMACHINE_LEN__ == 18
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
84 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
85 #elif __BUILDMACHINE_LEN__ == 17
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
86 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
87 #elif __BUILDMACHINE_LEN__ == 16
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
88 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
89 #elif __BUILDMACHINE_LEN__ == 15
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
90 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
91 #elif __BUILDMACHINE_LEN__ == 14
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
92 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
93 #elif __BUILDMACHINE_LEN__ == 13
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
94 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
95 #elif __BUILDMACHINE_LEN__ == 12
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
96 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
97 #elif __BUILDMACHINE_LEN__ == 11
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
98 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
99 #elif __BUILDMACHINE_LEN__ == 10
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
100 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
101 #elif __BUILDMACHINE_LEN__ == 9
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
102 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
103 #elif __BUILDMACHINE_LEN__ == 8
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
104 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
105 #elif __BUILDMACHINE_LEN__ == 7
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
106 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
107 #elif __BUILDMACHINE_LEN__ == 6
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
108 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
109 #elif __BUILDMACHINE_LEN__ == 5
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
110 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
111 #elif __BUILDMACHINE_LEN__ == 4
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
112 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
113 #elif __BUILDMACHINE_LEN__ == 3
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
114 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
115 #elif __BUILDMACHINE_LEN__ == 2
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
116 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
117 #elif __BUILDMACHINE_LEN__ == 1
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
118 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
119 #else
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
120 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
121 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
122 #else
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
123 #define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
124 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
125 #else
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
126 #define BUILD_MACHINE_TAG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
127 #define BUILD_MACHINE_TAG_PADDED
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
128 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
129
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
130 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
131 // Set default neutral Unicode Language ID
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
132 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
133 #ifndef VER_VERSION_UNICODE_LANG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
134 #define VER_VERSION_UNICODE_LANG "000004B0"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
135 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
136
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
137 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
138 // Set default netural ANSI Language ID
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
139 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
140 #ifndef VER_VERSION_ANSI_LANG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
141 #define VER_VERSION_ANSI_LANG "000004E4"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
142 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
143
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
144 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
145 // Set default netural translation ID
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
146 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
147 #ifndef VER_VERSION_TRANSLATION
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
148 #define VER_VERSION_TRANSLATION 0x0000, 0x04B0
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
149 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
150
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
151 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
152 // Make sure the Resource Compiler called us.
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
153 // If so, then build the actual version resource.
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
154 //
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
155 #ifdef RC_INVOKED
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
156
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
157 VS_VERSION_INFO VERSIONINFO
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
158 FILEVERSION VER_FILEVERSION
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
159 PRODUCTVERSION VER_PRODUCTVERSION
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
160 FILEFLAGSMASK VER_FILEFLAGSMASK
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
161 FILEFLAGS VER_FILEFLAGS
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
162 FILEOS VER_FILEOS
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
163 FILETYPE VER_FILETYPE
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
164 FILESUBTYPE VER_FILESUBTYPE
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
165 BEGIN
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
166 BLOCK "StringFileInfo"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
167 BEGIN
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
168 BLOCK VER_VERSION_UNICODE_LANG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
169 BEGIN
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
170 VALUE "CompanyName", VER_COMPANYNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
171 VALUE "FileDescription", VER_FILEDESCRIPTION_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
172 VALUE "FileVersion", VER_FILEVERSION_STR BUILD_MACHINE_TAG_PADDED
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
173 VALUE "InternalName", VER_INTERNALNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
174 VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
175 VALUE "OriginalFilename",VER_ORIGINALFILENAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
176 VALUE "ProductName", VER_PRODUCTNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
177 VALUE "ProductVersion", VER_PRODUCTVERSION_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
178 #ifdef VER_OLESELFREGISTER
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
179 VALUE "OleSelfRegister", "\0"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
180 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
181 END
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
182
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
183 #ifdef VER_ANSICP
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
184 BLOCK VER_VERSION_ANSI_LANG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
185 BEGIN
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
186 VALUE "CompanyName", VER_COMPANYNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
187 VALUE "FileDescription", VER_FILEDESCRIPTION_STR EXPORT_TAG
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
188 VALUE "FileVersion", VER_FILEVERSION_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
189 VALUE "InternalName", VER_INTERNALNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
190 VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
191 VALUE "OriginalFilename",VER_ORIGINALFILENAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
192 VALUE "ProductName", VER_PRODUCTNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
193 VALUE "ProductVersion", VER_PRODUCTVERSION_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
194 #ifdef VER_OLESELFREGISTER
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
195 VALUE "OleSelfRegister", "\0"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
196 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
197 END
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
198 #endif
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
199 END
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
200
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
201 BLOCK "VarFileInfo"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
202 BEGIN
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
203 VALUE "Translation", VER_VERSION_TRANSLATION
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
204 END
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
205 END
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
206
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
207 #endif