merge the formfield patch from ooo-build
[ooovba.git] / scp2 / source / winexplorerext / file_winexplorerext.scp
blobe7b3584b32db729f576cee5910f8288db4baebb4
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  * $RCSfile: file_winexplorerext.scp,v $
10  * $Revision: 1.9 $
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 #include "macros.inc"
33 Directory gid_Dir_Shlxthdl
34     ParentID = gid_Dir_Program;
35     DosName = "shlxthdl";
36 End
38 File gid_File_Lib_Shlxthdl
39     TXT_FILE_BODY;
40     Styles = (PACKED);
41     Dir = gid_Dir_Shlxthdl;
42     Name = "shlxthdl.dll";
43 End
45 #if defined M1310
46 File gid_File_Lib_Shlxthdl_Msvcr71
47     TXT_FILE_BODY;
48     Dir = gid_Dir_Shlxthdl;
49     Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
50     Styles = (PACKED);
51 End
52 #endif
54 #if !defined USE_SYSTEM_STL
55 File gid_File_Lib_Shlxthdl_Stlport
56     TXT_FILE_BODY;
57     Dir = gid_Dir_Shlxthdl;
58 #if defined _gcc3 /* && defined WNT */
59 #if defined _STLP_DEBUG
60     Name = SCP2_URE_DL_NORMAL("libstlport_gcc_stldebug");
61 #else
62     Name = SCP2_URE_DL_NORMAL("libstlport_gcc");
63 #endif
64 #elif (defined(M1310) || defined(M1400) || defined(M1500)) /* && defined WNT */
65 #if defined _STLP_DEBUG
66     Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45");
67 #else
68     Name = SCP2_URE_DL_NORMAL("stlport_vc7145");
69 #endif
70 #else
71 #error "stlport dynamic library: unsupported platform"
72 #endif
73     Styles = (PACKED);
74 End
75 #endif
77 File gid_File_Lib_Shlxtmsi
78     TXT_FILE_BODY;
79     Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
80     Dir = SCP2_OOO_BIN_DIR;
81     Name = "shlxtmsi.dll";
82 End