1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: file_winexplorerext.scp,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
33 Directory gid_Dir_Shlxthdl
34 ParentID = gid_Dir_Program;
38 File gid_File_Lib_Shlxthdl
41 Dir = gid_Dir_Shlxthdl;
42 Name = "shlxthdl.dll";
46 File gid_File_Lib_Shlxthdl_Msvcr71
48 Dir = gid_Dir_Shlxthdl;
49 Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
54 #if !defined USE_SYSTEM_STL
55 File gid_File_Lib_Shlxthdl_Stlport
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");
62 Name = SCP2_URE_DL_NORMAL("libstlport_gcc");
64 #elif (defined(M1310) || defined(M1400) || defined(M1500)) /* && defined WNT */
65 #if defined _STLP_DEBUG
66 Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45");
68 Name = SCP2_URE_DL_NORMAL("stlport_vc7145");
71 #error "stlport dynamic library: unsupported platform"
77 File gid_File_Lib_Shlxtmsi
79 Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
80 Dir = SCP2_OOO_BIN_DIR;
81 Name = "shlxtmsi.dll";