1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Directory gid_Dir_Shlxthdl
27    ParentID = gid_Dir_Program;
28    DosName = "shlxthdl";
29End
30
31File gid_File_Lib_OOoFilt
32    TXT_FILE_BODY;
33    Styles = (PACKED);
34    Dir = gid_Dir_Shlxthdl;
35    Name = "ooofilt.dll";
36End
37
38#ifdef BUILD_X64
39
40File gid_File_Lib_OOoFilt64
41    TXT_FILE_BODY;
42    Styles = (PACKED);
43    Dir = gid_Dir_Shlxthdl;
44    Name = "ooofilt_x64.dll";
45    ComponentCondition = "VersionNT64";
46End
47
48#endif
49
50File gid_File_Lib_Shlxthdl
51    TXT_FILE_BODY;
52    Styles = (PACKED);
53    Dir = gid_Dir_Shlxthdl;
54    Name = "shlxthdl.dll";
55End
56
57#ifdef BUILD_X64
58	File gid_File_Lib_Shlxthdl64
59    TXT_FILE_BODY;
60    Styles = (PACKED);
61    Dir = gid_Dir_Shlxthdl;
62    Name = "shlxthdl_x64.dll";
63    ComponentCondition = "VersionNT64";
64End
65
66#endif
67
68File gid_File_Lib_PropertyHdl
69    TXT_FILE_BODY;
70    Styles = (PACKED);
71    Dir = gid_Dir_Shlxthdl;
72    Name = "propertyhdl.dll";
73End
74
75#ifdef BUILD_X64
76	File gid_File_Lib_PropertyHdl64
77    TXT_FILE_BODY;
78    Styles = (PACKED);
79    Dir = gid_Dir_Shlxthdl;
80    Name = "propertyhdl_x64.dll";
81    ComponentCondition = "VersionNT64";
82End
83
84#endif
85
86#if defined M1310
87File gid_File_Lib_Shlxthdl_Msvcr71
88    TXT_FILE_BODY;
89    Dir = gid_Dir_Shlxthdl;
90    Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
91    Styles = (PACKED);
92End
93#endif
94
95File gid_File_Lib_Shlxtmsi
96    TXT_FILE_BODY;
97    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
98    Dir = SCP2_OOO_BIN_DIR;
99    Name = "shlxtmsi.dll";
100End
101
102File gid_File_Lib_Reg64
103    TXT_FILE_BODY;
104    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
105    Dir = SCP2_OOO_BIN_DIR;
106    Name = "reg64msi.dll";
107End
108
109