update dev300-m58
[ooovba.git] / crashrep / source / win32 / rcheader.txt
bloba33940e672b9c493f09f5a04b212d7175e8b0926
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: rcheader.txt,v $
10  * $Revision: 1.5 $
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 // Header
32 #include "resource.h"
33 #if defined(_MSC_VER) && (_MSC_VER < 1500)
34 #include "winres.h"
35 #else
36 #define WINVER 0x0500
37 #include <winresrc.h>
38 #define LB_ADDSTRING    (WM_USER+1)
39 #define CB_ADDSTRING    (WM_USER+3)
40 #define IDC_STATIC              (-1)
41 #endif
43 #define VER_FIRSTYEAR   2003
45 #include "version.hrc"
47 #ifdef FONTSIZE
48 #undef FONTSIZE
49 #endif
50 #define LANG_KOREAN 82
51 #define LANG_CHINESE 86
52 #define LANG_JAPANESE 81
53 #define PLACEHOLDER LANGUAGE
55 // -----------------------------------------------------------------------
56 //                              version information
57 // -----------------------------------------------------------------------
59 VS_VERSION_INFO versioninfo
60         fileversion    VERSION, SUBVERSION, VERVARIANT, VER_COUNT
61         productversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
62         fileflagsmask 0x3F
63         fileflags
64 #if defined(DEBUG)
65         VS_FF_DEBUG |
66 #endif
67 #ifdef VER_PREL
68         VS_FF_PRERELEASE |
69 #endif
70         0
71 #ifndef WIN32
72         fileos VOS_DOS_WINDOWS16
73 #else
74         fileos VOS_NT_WINDOWS32
75 #endif
76         filetype VFT_APP
77         {
78                 block "StringFileInfo"
79                 {
80 #ifdef LG_D
81                         block "040704E4"
82                         {
83                                 // German StringTable
84                                 value "CompanyName",            "OpenOffice.org\0"
85                                 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
86                                 value "FileVersion",            PPS(VER_LEVEL) "\0"
87                                 value "ProductVersion",         PPS(VER_LEVEL) "\0"
88                                 value "OriginalFilename",       "SOREPORT.EXE\0"
89                                 value "InternalName",           "CrashReport\0"
90                                 value "LegalCopyright",         S_CRIGHT " Sun Microsystems, Inc.\0"
91                         }
92 #else
93                         block "040904E4"
94                         {
95                                 // International StringTable
96                                 value "CompanyName",            "OpenOffice.org\0"
97                                 value "FileDescription",        "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
98                                 value "FileVersion",            PPS(VER_LEVEL) "\0"
99                                 value "ProductVersion",         PPS(VER_LEVEL) "\0"
100                                 value "OriginalFilename",       "SOREPORT.EXE\0"
101                                 value "InternalName",           "CrashReport\0"
102                                 value "LegalCopyright",         S_CRIGHT " Sun Microsystems, Inc.\0"
103                         }
104 #endif
105                 }
107                 block "VarFileInfo"
108                 {
109 #ifdef LG_D
110                         value "Translation", 0x0407, 1252
111 #else
112                         value "Translation", 0x0409, 1252
113 #endif
114                 }
115         }