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#if defined MACOSX 28 ParentID = gid_Brand_Dir_Program; 29#else 30 ParentID = gid_Dir_Common_Ure; 31#endif 32// ParentID = gid_Brand_Dir_Program; 33// ParentID = Gid_Dir_Program; 34 DosName = "shlxthdl"; 35End 36 37File gid_File_Lib_OOoFilt 38 TXT_FILE_BODY; 39 Styles = (PACKED); 40 Dir = gid_Dir_Shlxthdl; 41 Name = "ooofilt.dll"; 42End 43 44#ifdef BUILD_X64 45 46File gid_File_Lib_OOoFilt64 47 TXT_FILE_BODY; 48 Styles = (PACKED); 49 Dir = gid_Dir_Shlxthdl; 50 Name = "ooofilt_x64.dll"; 51 ComponentCondition = "VersionNT64"; 52End 53 54#endif 55 56File gid_File_Lib_Shlxthdl 57 TXT_FILE_BODY; 58 Styles = (PACKED); 59 Dir = gid_Dir_Shlxthdl; 60 Name = "shlxthdl.dll"; 61End 62 63#ifdef BUILD_X64 64 File gid_File_Lib_Shlxthdl64 65 TXT_FILE_BODY; 66 Styles = (PACKED); 67 Dir = gid_Dir_Shlxthdl; 68 Name = "shlxthdl_x64.dll"; 69 ComponentCondition = "VersionNT64"; 70End 71 72#endif 73 74File gid_File_Lib_PropertyHdl 75 TXT_FILE_BODY; 76 Styles = (PACKED); 77 Dir = gid_Dir_Shlxthdl; 78 Name = "propertyhdl.dll"; 79End 80 81#ifdef BUILD_X64 82 File gid_File_Lib_PropertyHdl64 83 TXT_FILE_BODY; 84 Styles = (PACKED); 85 Dir = gid_Dir_Shlxthdl; 86 Name = "propertyhdl_x64.dll"; 87 ComponentCondition = "VersionNT64"; 88End 89 90#endif 91 92File gid_File_Lib_Shlxtmsi 93 TXT_FILE_BODY; 94 Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY); 95 Dir = SCP2_OOO_BIN_DIR; 96 Name = "shlxtmsi.dll"; 97End 98 99File gid_File_Lib_Reg64 100 TXT_FILE_BODY; 101 Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY); 102 Dir = SCP2_OOO_BIN_DIR; 103 Name = "reg64msi.dll"; 104End 105 106