sync master with lastest vba changes
[ooovba.git] / binfilter / bf_sch / util / verinfo.rc
blobc42395e02acef4d2ac292e8a37a32338d82ec4a6
1 /*************************************************************************
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: verinfo.rc,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29 **************************************************************************/
31 #define VERSION                 4
32 #define SUBVERSION              0
33 #define VERVARIANT              0
34 // .0 + VER_CONCEPT
35 // .100 + VER_ALPHA
36 // .200 + VER_BETA
37 // .300 + VER_GAMMA
38 // .500 + VER_FINAL
39 //#define VER_CONCEPT           0
40 //#define VER_BETA              0
41 #define VER_FINAL               0
43 #define VER_DAY                 22
44 #define VER_MONTH               11
45 #define VER_YEAR                96
47 // -----------------------------------------------------------------------
49 #if !defined(ENGLISH)
50 #define LG_D                                    // generate always german version
51 #endif
52 #define VER_FIRSTYEAR   93
54 #include <windows.h>
55 #include "verinfo.hrc"
57 #ifdef WIN32
58 #define FOR_WIN_X " 95 / Windows NT 3.51 / 4.0"
59 #else
60 #define FOR_WIN_X
61 #endif
63 // -----------------------------------------------------------------------
64 //                              language/character set specification table
65 // -----------------------------------------------------------------------
67 RCD_LANGUAGE rcdata
69 #ifdef LG_D
70         "040704B0",     // Germany -> Unicode
71         "040704E4",     // Germany -> Windows, Multilingual
72 #else
73         "040904B0",     // Germany -> Unicode
74         "040904E4",     // USA -> Windows, Multilingual
75 #endif
76         "04090000",     // USA -> 7-Bit-ASCII
77         0                               // end of table
80 // -----------------------------------------------------------------------
81 //                              version information
82 // -----------------------------------------------------------------------
84 VS_VERSION_INFO versioninfo
85         fileversion    VERSION, SUBVERSION, VERVARIANT, VER_COUNT
86         productversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
87         fileflagsmask 0x3F
88         fileflags
89 #if defined(DEBUG)
90         VS_FF_DEBUG |
91 #endif
92 #ifdef VER_PREL
93         VS_FF_PRERELEASE |
94 #endif
95         0
96 #ifndef WIN32
97         fileos VOS_DOS_WINDOWS16
98 #else
99         fileos VOS_NT_WINDOWS32
100 #endif
101         filetype VFT_APP
102         {
103                 block "StringFileInfo"
104                 {
105 #ifdef LG_D
106                         block "040704E4"
107                         {
108                                 // German StringTable
109                                 value "CompanyName",            "Star Division GmbH\0"
110                                 value "ProductName",            "StarChart für Windows" FOR_WIN_X "\0"
111                                 value "FileDescription",        "StarChart " S_VERSION "\0"
112                                 value "FileVersion",            PPS(VER_LEVEL) "\0"
113                                 value "ProductVersion",         PPS(VER_LEVEL) "\0"
114                                 value "OriginalFilename",       "SCH.DLL\0"
115                                 value "InternalName",           "SCH4\0"
116                                 value "LegalCopyright",         S_CRIGHT " Star Division GmbH\0"
117                                 value "LegalTrademarks",
118                                         "International CorrectSpell® und International Electronic Thesaurus © "
119                                         "1993-1996 Inso Corporation. Alle Rechte vorbehalten.\0"
120                         }
121 #else
122                         block "040904E4"
123                         {
124                                 // International StringTable
125                                 value "CompanyName",            "Star Division GmbH\0"
126                                 value "ProductName",            "StarChart for Windows" FOR_WIN_X "\0"
127                                 value "FileDescription",        "StarChart " S_VERSION "\0"
128                                 value "FileVersion",            PPS(VER_LEVEL) "\0"
129                                 value "ProductVersion",         PPS(VER_LEVEL) "\0"
130                                 value "OriginalFilename",       "SCH.DLL\0"
131                                 value "InternalName",           "SCH4\0"
132                                 value "LegalCopyright",         S_CRIGHT " Star Division GmbH\0"
133                                 value "LegalTrademarks",
134                                         "International CorrectSpell® and International Electronic Thesaurus © "
135                                         "1993-1996 Inso Corporation. All rights reserved.\0"
136                         }
137 #endif
138                 }
140                 block "VarFileInfo"
141                 {
142 #ifdef LG_D
143                         value "Translation", 0x0407, 1252
144 #else
145                         value "Translation", 0x0409, 1252
146 #endif
147                 }
148         }
150 // version binary entry
151 VS_VERSION_INFO rcdata
153         0xF0, "sch", 0x0F, VER_YEAR, VER_MONTH, VER_DAY,
154         VERSION, SUBVERSION, VERVARIANT, VER_COUNT