Skip to content

Commit

Permalink
[directxsdk] Add missing d3d9 header and lib (#35997)
Browse files Browse the repository at this point in the history
  • Loading branch information
lessismordaunt committed Jan 3, 2024
1 parent 742c086 commit 64e15f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ports/directxsdk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion ports/directxsdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@
},
"directxsdk": {
"baseline": "jun10",
"port-version": 7
"port-version": 8
},
"directxtex": {
"baseline": "2023-12-31",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/directxsdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c82a75b02160ef435f13eb2fda1f2079013bca68",
"version-string": "jun10",
"port-version": 8
},
{
"git-tree": "10f6ac11c6480f52d70ff2725cf34fd39b942376",
"version-string": "jun10",
Expand Down

0 comments on commit 64e15f6

Please sign in to comment.