mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[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 <mazzucan@outlook.com>
This commit is contained in:
parent
859cdf1dbf
commit
feef13ccf3
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -1946,7 +1946,7 @@
|
||||
},
|
||||
"dstorage": {
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"dtl": {
|
||||
"baseline": "1.19",
|
||||
@ -1970,7 +1970,7 @@
|
||||
},
|
||||
"dxsdk-d3dx": {
|
||||
"baseline": "9.29.952.8",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"dxut": {
|
||||
"baseline": "11.26",
|
||||
@ -7526,7 +7526,7 @@
|
||||
},
|
||||
"xaudio2redist": {
|
||||
"baseline": "1.2.8",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"xbyak": {
|
||||
"baseline": "6.00",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8b3e0c3eaf98dec92b8e97f19e10efac69c6a187",
|
||||
"version": "1.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b2494bc112c6d12ffbb8a8bc687a1ae2ad583221",
|
||||
"version": "1.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "14db52bb5daba8ba8e0a93b0e41ffa676935923a",
|
||||
"version": "9.29.952.8",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "4f9cac012452363e92e36d5978972cee3b9154e5",
|
||||
"version": "9.29.952.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fe3229572bacd0c7076a7a4d710f96e6b3a66a3f",
|
||||
"version": "1.2.8",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "8ae7aaec9ebb9859356736f91710e8d9727d7a81",
|
||||
"version": "1.2.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user