1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
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 ************************************************************************/
27
28#include "macros.inc"
29
30Directory gid_Dir_Shlxthdl
31    ParentID = gid_Dir_Program;
32    DosName = "shlxthdl";
33End
34
35File gid_File_Lib_OOoFilt
36    TXT_FILE_BODY;
37    Styles = (PACKED);
38    Dir = gid_Dir_Shlxthdl;
39    Name = "ooofilt.dll";
40End
41
42#ifdef BUILD_X64
43
44File gid_File_Lib_OOoFilt64
45    TXT_FILE_BODY;
46    Styles = (PACKED);
47    Dir = gid_Dir_Shlxthdl;
48    Name = "ooofilt_x64.dll";
49    ComponentCondition = "VersionNT64";
50End
51
52#endif
53
54File gid_File_Lib_Shlxthdl
55    TXT_FILE_BODY;
56    Styles = (PACKED);
57    Dir = gid_Dir_Shlxthdl;
58    Name = "shlxthdl.dll";
59End
60
61#ifdef BUILD_X64
62	File gid_File_Lib_Shlxthdl64
63    TXT_FILE_BODY;
64    Styles = (PACKED);
65    Dir = gid_Dir_Shlxthdl;
66    Name = "shlxthdl_x64.dll";
67    ComponentCondition = "VersionNT64";
68End
69
70#endif
71
72File gid_File_Lib_PropertyHdl
73    TXT_FILE_BODY;
74    Styles = (PACKED);
75    Dir = gid_Dir_Shlxthdl;
76    Name = "propertyhdl.dll";
77End
78
79#ifdef BUILD_X64
80	File gid_File_Lib_PropertyHdl64
81    TXT_FILE_BODY;
82    Styles = (PACKED);
83    Dir = gid_Dir_Shlxthdl;
84    Name = "propertyhdl_x64.dll";
85    ComponentCondition = "VersionNT64";
86End
87
88#endif
89
90#if defined M1310
91File gid_File_Lib_Shlxthdl_Msvcr71
92    TXT_FILE_BODY;
93    Dir = gid_Dir_Shlxthdl;
94    Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
95    Styles = (PACKED);
96End
97#endif
98
99File gid_File_Lib_Shlxtmsi
100    TXT_FILE_BODY;
101    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
102    Dir = SCP2_OOO_BIN_DIR;
103    Name = "shlxtmsi.dll";
104End
105
106File gid_File_Lib_Reg64
107    TXT_FILE_BODY;
108    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
109    Dir = SCP2_OOO_BIN_DIR;
110    Name = "reg64msi.dll";
111End
112
113