-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dstorage, dxsdk-d3dx, xaudio2redist] ports updated to support static…
…-md triplets (#24104) * Update ports to support static-md triplets * Update baseline * !(static & staticcrt) -> !staticcrt Co-authored-by: nicole mazzuca <[email protected]>
- Loading branch information
1 parent
859cdf1
commit feef13c
Showing
7 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "dstorage", | ||
"version": "1.0.0", | ||
"port-version": 1, | ||
"description": "DirectStorage for Windows", | ||
"homepage": "https://aka.ms/directstorage/", | ||
"license": null, | ||
"supports": "windows & !uwp & !static" | ||
"supports": "windows & !uwp & !staticcrt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "dxsdk-d3dx", | ||
"version": "9.29.952.8", | ||
"port-version": 3, | ||
"port-version": 4, | ||
"description": "Redistributable package for the legacy DirectX SDK's D3DX9, D3DX10, and/or D3DX11 utility libraries.", | ||
"homepage": "https://walbourn.github.io/legacy-d3dx-on-nuget/", | ||
"license": null, | ||
"supports": "windows & !arm & !uwp & !static" | ||
"supports": "windows & !arm & !uwp & !staticcrt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "xaudio2redist", | ||
"version": "1.2.8", | ||
"port-version": 2, | ||
"port-version": 3, | ||
"description": "Redistributable version of XAudio 2.9 for Windows 7 SP1 or later", | ||
"homepage": "https://aka.ms/XAudio2Redist", | ||
"license": null, | ||
"supports": "windows & !arm & !uwp & !static" | ||
"supports": "windows & !arm & !uwp & !staticcrt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters