bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / winexplorerext / file_winexplorerext.scp
blobbadcbc83422dd0883c989b8ac426301334a19d14
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 Directory gid_Dir_Shlxthdl
22     ParentID = gid_Brand_Dir_Program;
23     DosName = "shlxthdl";
24 End
26 File gid_File_Lib_OOoFilt
27     LIB_FILE_BODY;
28     Styles = (PACKED);
29     Dir = gid_Dir_Shlxthdl;
30     Name = "ooofilt.dll";
31 End
33 #ifdef BUILD_X64
35 File gid_File_Lib_OOoFilt64
36     LIB_FILE_BODY;
37     Styles = (PACKED);
38     Dir = gid_Dir_Shlxthdl;
39     Name = "ooofilt_x64.dll";
40     ComponentCondition = "VersionNT64";
41 End
43 #endif
45 File gid_File_Lib_Shlxthdl
46     LIB_FILE_BODY;
47     Styles = (PACKED);
48     Dir = gid_Dir_Shlxthdl;
49     Name = "shlxthdl.dll";
50 End
52 #ifdef BUILD_X64
53     File gid_File_Lib_Shlxthdl64
54     LIB_FILE_BODY;
55     Styles = (PACKED);
56     Dir = gid_Dir_Shlxthdl;
57     Name = "shlxthdl_x64.dll";
58     ComponentCondition = "VersionNT64";
59 End
61 #endif
63 File gid_File_Lib_PropertyHdl
64     LIB_FILE_BODY;
65     Styles = (PACKED);
66     Dir = gid_Dir_Shlxthdl;
67     Name = "propertyhdl.dll";
68     ComponentCondition = "VersionNT >= 600";
70 End
72 #ifdef BUILD_X64
73     File gid_File_Lib_PropertyHdl64
74     LIB_FILE_BODY;
75     Styles = (PACKED);
76     Dir = gid_Dir_Shlxthdl;
77     Name = "propertyhdl_x64.dll";
78     ComponentCondition = "VersionNT64 >= 600";
79 End
81 #endif
83 File gid_File_Lib_Shlxtmsi
84     LIB_FILE_BODY;
85     Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
86     Dir = SCP2_OOO_BIN_DIR;
87     Name = "shlxtmsi.dll";
88 End
90 #ifdef BUILD_X64
92 #if defined(WITH_VC100_REDIST)
94 File gid_File_Lib_Msvcr100
95     LIB_FILE_BODY;
96     Styles = (PACKED);
97     Dir = gid_Dir_Shlxthdl;
98     Name = "msvcr100.dll";
99     ComponentCondition = "VersionNT64";
102 File gid_File_Lib_Msvcp100
103     LIB_FILE_BODY;
104     Styles = (PACKED);
105     Dir = gid_Dir_Shlxthdl;
106     Name = "msvcp100.dll";
107     ComponentCondition = "VersionNT64";
110 #endif
112 #if defined(WITH_VC110_REDIST)
114 File gid_File_Lib_Msvcr110
115     LIB_FILE_BODY;
116     Styles = (PACKED);
117     Dir = gid_Dir_Shlxthdl;
118     Name = "msvcr110.dll";
119     ComponentCondition = "VersionNT64";
122 File gid_File_Lib_Msvcp110
123     LIB_FILE_BODY;
124     Styles = (PACKED);
125     Dir = gid_Dir_Shlxthdl;
126     Name = "msvcp110.dll";
127     ComponentCondition = "VersionNT64";
130 #endif
132 #endif