vcpkg/ports/directxsdk/vcpkg.json
Billy O'Neal c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00

20 lines
632 B
JSON

{
"name": "directxsdk",
"version-string": "jun10",
"port-version": 5,
"description": "Legacy DirectX SDK",
"homepage": "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-",
"supports": "windows & !uwp & !arm",
"features": {
"xaudio2-7": {
"description": "Include headers/libs for legacy XAudio 2.7 (prefer use of XAudio2Redist)"
},
"xinput1-3": {
"description": "Include headers for legacy XInput 1.3 (prefer use of XInput 9.1.0 or 1.4)"
},
"xp": {
"description": "Include headers/libs needed for Windows 7.1A targeting Windows XP / Server 2003"
}
}
}