diff options
author | Bob Arnson <bob@firegiant.com> | 2022-01-30 17:02:13 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-01-30 17:50:26 -0500 |
commit | bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00 (patch) | |
tree | d05102b0868f2b375d7692c5a47cd0b541d31524 /src/ext/DirectX/ca | |
parent | 7ce477c6863c74ef0a50d117d8c28b2f19971b42 (diff) | |
download | wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.tar.gz wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.tar.bz2 wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.zip |
Add platform-specific CAs and compiler extension.
https://github.com/wixtoolset/issues/issues/5933
Diffstat (limited to 'src/ext/DirectX/ca')
-rw-r--r-- | src/ext/DirectX/ca/directx.def | 2 | ||||
-rw-r--r-- | src/ext/DirectX/ca/directxca.vcxproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/DirectX/ca/directx.def b/src/ext/DirectX/ca/directx.def index 8f46f9a8..48ca4d24 100644 --- a/src/ext/DirectX/ca/directx.def +++ b/src/ext/DirectX/ca/directx.def | |||
@@ -1,7 +1,7 @@ | |||
1 | ; Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | ; Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | 3 | ||
4 | LIBRARY "directxca" | 4 | LIBRARY "dxca" |
5 | 5 | ||
6 | EXPORTS | 6 | EXPORTS |
7 | WixQueryDirectXCaps | 7 | WixQueryDirectXCaps |
diff --git a/src/ext/DirectX/ca/directxca.vcxproj b/src/ext/DirectX/ca/directxca.vcxproj index e2baa46a..54837271 100644 --- a/src/ext/DirectX/ca/directxca.vcxproj +++ b/src/ext/DirectX/ca/directxca.vcxproj | |||
@@ -33,7 +33,7 @@ | |||
33 | <ProjectGuid>{76542B28-0FFD-47D3-AD6A-D0F20FA875AC}</ProjectGuid> | 33 | <ProjectGuid>{76542B28-0FFD-47D3-AD6A-D0F20FA875AC}</ProjectGuid> |
34 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | <CharacterSet>Unicode</CharacterSet> | 35 | <CharacterSet>Unicode</CharacterSet> |
36 | <TargetName>directxca</TargetName> | 36 | <TargetName>dxca</TargetName> |
37 | <ProjectModuleDefinitionFile>directx.def</ProjectModuleDefinitionFile> | 37 | <ProjectModuleDefinitionFile>directx.def</ProjectModuleDefinitionFile> |
38 | <Description>WiX Toolset DirectX CustomAction</Description> | 38 | <Description>WiX Toolset DirectX CustomAction</Description> |
39 | </PropertyGroup> | 39 | </PropertyGroup> |