2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
21 #if defined(WITH_VC140_REDIST)
23 #if defined WINDOWS_X64
24 MergeModule gid_MergeModule_Microsoft_VC140_CRT_x64
26 MergeModule gid_MergeModule_Microsoft_VC140_CRT_x86
29 #if defined WINDOWS_X64
30 Name = "Microsoft_VC140_CRT_x64.msm";
32 Name = "Microsoft_VC140_CRT_x86.msm";
34 RootDir = "TARGETDIR";
35 ComponentCondition = "VC_REDIST=1";
40 #if defined(WITH_VC150_REDIST)
42 #if defined WINDOWS_X64
43 MergeModule gid_MergeModule_Microsoft_VC150_CRT_x64
45 MergeModule gid_MergeModule_Microsoft_VC150_CRT_x86
48 #if defined WINDOWS_X64
49 Name = "Microsoft_VC150_CRT_x64.msm";
51 Name = "Microsoft_VC150_CRT_x86.msm";
53 RootDir = "TARGETDIR";
54 ComponentCondition = "VC_REDIST=1";
59 #if defined(WITH_VC141_REDIST)
61 #if defined WINDOWS_X64
62 MergeModule gid_MergeModule_Microsoft_VC141_CRT_x64
64 MergeModule gid_MergeModule_Microsoft_VC141_CRT_x86
67 #if defined WINDOWS_X64
68 Name = "Microsoft_VC141_CRT_x64.msm";
70 Name = "Microsoft_VC141_CRT_x86.msm";
72 RootDir = "TARGETDIR";
73 ComponentCondition = "VC_REDIST=1";