Skip to content

Commit

Permalink
[dstorage, dxsdk-d3dx, xaudio2redist] ports updated to support static…
Browse files Browse the repository at this point in the history
…-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
walbourn and strega-nil authored Apr 13, 2022
1 parent 859cdf1 commit feef13c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
3 changes: 2 additions & 1 deletion ports/dstorage/vcpkg.json
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"
}
4 changes: 2 additions & 2 deletions ports/dxsdk-d3dx/vcpkg.json
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"
}
4 changes: 2 additions & 2 deletions ports/xaudio2redist/vcpkg.json
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"
}
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@
},
"dstorage": {
"baseline": "1.0.0",
"port-version": 0
"port-version": 1
},
"dtl": {
"baseline": "1.19",
Expand All @@ -1970,7 +1970,7 @@
},
"dxsdk-d3dx": {
"baseline": "9.29.952.8",
"port-version": 3
"port-version": 4
},
"dxut": {
"baseline": "11.26",
Expand Down Expand Up @@ -7526,7 +7526,7 @@
},
"xaudio2redist": {
"baseline": "1.2.8",
"port-version": 2
"port-version": 3
},
"xbyak": {
"baseline": "6.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dstorage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8b3e0c3eaf98dec92b8e97f19e10efac69c6a187",
"version": "1.0.0",
"port-version": 1
},
{
"git-tree": "b2494bc112c6d12ffbb8a8bc687a1ae2ad583221",
"version": "1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dxsdk-d3dx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "14db52bb5daba8ba8e0a93b0e41ffa676935923a",
"version": "9.29.952.8",
"port-version": 4
},
{
"git-tree": "4f9cac012452363e92e36d5978972cee3b9154e5",
"version": "9.29.952.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xaudio2redist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fe3229572bacd0c7076a7a4d710f96e6b3a66a3f",
"version": "1.2.8",
"port-version": 3
},
{
"git-tree": "8ae7aaec9ebb9859356736f91710e8d9727d7a81",
"version": "1.2.8",
Expand Down

0 comments on commit feef13c

Please sign in to comment.