[directxsdk] Add missing d3d9 header and lib (#35997)

This commit is contained in:
commonbreed 2024-01-03 09:00:03 +00:00 committed by GitHub
parent 742c086636
commit 64e15f6669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View File

@ -33,6 +33,8 @@ set(HEADERS
${INC_DIR}/D3DX11async.h
${INC_DIR}/D3DX11core.h
${INC_DIR}/D3DX11tex.h
${INC_DIR}/d3d9.h
${INC_DIR}/d3d9types.h
${INC_DIR}/d3dx9.h
${INC_DIR}/d3dx9anim.h
${INC_DIR}/d3dx9core.h
@ -70,6 +72,7 @@ set(RELEASE_LIBS
${LIB_DIR}/d3dx9.lib
)
set(OTHER_LIBS
${LIB_DIR}/d3d9.lib
${LIB_DIR}/d3dxof.lib
${LIB_DIR}/DxErr.lib
)

View File

@ -1,7 +1,7 @@
{
"name": "directxsdk",
"version-string": "jun10",
"port-version": 7,
"port-version": 8,
"description": "Legacy DirectX SDK",
"homepage": "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-",
"license": null,

View File

@ -2190,7 +2190,7 @@
},
"directxsdk": {
"baseline": "jun10",
"port-version": 7
"port-version": 8
},
"directxtex": {
"baseline": "2023-12-31",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c82a75b02160ef435f13eb2fda1f2079013bca68",
"version-string": "jun10",
"port-version": 8
},
{
"git-tree": "10f6ac11c6480f52d70ff2725cf34fd39b942376",
"version-string": "jun10",