update dev300-m57
[ooovba.git] / scp2 / source / crashrep / file_crashrep_dynamic.scp
blob21710ccbd2f8f221fedbb1a94b0704776f8208c9
1 /*************************************************************************
2  *
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  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include "macros.inc"
30 // crashreporter files
32 File gid_Brand_File_Bin_Crashreport
33     BIN_FILE_BODY;
34   #ifdef UNX
35     Name = "crash_report.bin";
36   #else
37     Name = "crashrep.exe";
38   #endif
39     Dir = gid_Brand_Dir_Program;
40   #ifdef WNT
41     FileDescription = "%PRODUCTNAME Crashreporter";
42     Styles = (PACKED, PATCH_SO_NAME);
43   #else
44     Styles = (PACKED);
45   #endif
46 End
48 #ifdef WNT
50 File gid_Brand_File_Bin_Crashreport_Com
51     BIN_FILE_BODY;
52     Name = "crashrep.com";
53     Dir = gid_Brand_Dir_Program;
54     Styles = (PACKED);
55 End
57 #endif
59 #ifdef WNT
61 File gid_Brand_File_Lib_Dbghelp
62     TXT_FILE_BODY;
63     Name = "dbghelp.dll";
64     Dir = gid_Brand_Dir_Program;
65     Styles = (PACKED);
66 End
68 #endif
70 #ifdef UNX
72 File gid_Brand_File_Bin_Crashreport_Script
73     BIN_FILE_BODY;
74     Name = "crash_report";
75     Dir = gid_Brand_Dir_Program;
76     Styles = (PACKED);
77 End
79 #endif