Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / vc_redist.scp
blob727c13b276157a9e8f701b8db819c1c5c8e254a2
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 #if defined(WITH_VC140_REDIST)
23 #if defined WINDOWS_X64
24 MergeModule gid_MergeModule_Microsoft_VC140_CRT_x64
25 #else
26 MergeModule gid_MergeModule_Microsoft_VC140_CRT_x86
27 #endif
28     Feature = gm_Root;
29 #if defined WINDOWS_X64
30     Name = "Microsoft_VC140_CRT_x64.msm";
31 #else
32     Name = "Microsoft_VC140_CRT_x86.msm";
33 #endif
34     RootDir = "TARGETDIR";
35     ComponentCondition = "VC_REDIST=1";
36 End
38 #endif
40 #if defined(WITH_VC150_REDIST)
42 #if defined WINDOWS_X64
43 MergeModule gid_MergeModule_Microsoft_VC150_CRT_x64
44 #else
45 MergeModule gid_MergeModule_Microsoft_VC150_CRT_x86
46 #endif
47     Feature = gm_Root;
48 #if defined WINDOWS_X64
49     Name = "Microsoft_VC150_CRT_x64.msm";
50 #else
51     Name = "Microsoft_VC150_CRT_x86.msm";
52 #endif
53     RootDir = "TARGETDIR";
54     ComponentCondition = "VC_REDIST=1";
55 End
57 #endif
59 #if defined(WITH_VC141_REDIST)
61 #if defined WINDOWS_X64
62 MergeModule gid_MergeModule_Microsoft_VC141_CRT_x64
63 #else
64 MergeModule gid_MergeModule_Microsoft_VC141_CRT_x86
65 #endif
66     Feature = gm_Root;
67 #if defined WINDOWS_X64
68     Name = "Microsoft_VC141_CRT_x64.msm";
69 #else
70     Name = "Microsoft_VC141_CRT_x86.msm";
71 #endif
72     RootDir = "TARGETDIR";
73     ComponentCondition = "VC_REDIST=1";
74 End
76 #endif