Skip to content

Commit

Permalink
Merged XAudio 2.8 into mainline Desktop solution
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Dec 11, 2024
1 parent 20d9de7 commit c6cb94c
Show file tree
Hide file tree
Showing 13 changed files with 142 additions and 593 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0

- if: matrix.platform != 'ARM64'
name: Build
name: Build (Windows 8.1)
working-directory: ${{ github.workspace }}
run: msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./DirectXTK_Desktop_${{ matrix.vs }}.sln

Expand All @@ -52,7 +52,7 @@ jobs:
run: msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./DirectXTK_Windows10_2022.sln

- if: matrix.platform != 'ARM64'
name: 'Build (Spectre)'
name: 'Build (Windows 8.1 w/ Spectre)'
working-directory: ${{ github.workspace }}
run: msbuild /m /p:SpectreMitigation=Spectre /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./DirectXTK_Desktop_${{ matrix.vs }}.sln

Expand Down
8 changes: 0 additions & 8 deletions .nuget/directxtk_desktop_2019.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,15 @@ DirectX Tool Kit for Audio in this package uses XAudio 2.8 to support Windows 8.

<file target="native\lib\x86\Debug" src="Bin\Desktop_2019\Win32\Debug\*.lib" />
<file target="native\lib\x86\Debug" src="Bin\Desktop_2019\Win32\Debug\*.pdb" />
<file target="native\lib\x86\Debug" src="Audio\Bin\Desktop_2019_Win8\Win32\Debug\*.lib" />
<file target="native\lib\x86\Debug" src="Audio\Bin\Desktop_2019_Win8\Win32\Debug\*.pdb" />

<file target="native\lib\x86\Release" src="Bin\Desktop_2019\Win32\Release\*.lib" />
<file target="native\lib\x86\Release" src="Bin\Desktop_2019\Win32\Release\*.pdb" />
<file target="native\lib\x86\Release" src="Audio\Bin\Desktop_2019_Win8\Win32\Release\*.lib" />
<file target="native\lib\x86\Release" src="Audio\Bin\Desktop_2019_Win8\Win32\Release\*.pdb" />

<file target="native\lib\x64\Debug" src="Bin\Desktop_2019\x64\Debug\*.lib" />
<file target="native\lib\x64\Debug" src="Bin\Desktop_2019\x64\Debug\*.pdb" />
<file target="native\lib\x64\Debug" src="Audio\Bin\Desktop_2019_Win8\x64\Debug\*.lib" />
<file target="native\lib\x64\Debug" src="Audio\Bin\Desktop_2019_Win8\x64\Debug\*.pdb" />

<file target="native\lib\x64\Release" src="Bin\Desktop_2019\x64\Release\*.lib" />
<file target="native\lib\x64\Release" src="Bin\Desktop_2019\x64\Release\*.pdb" />
<file target="native\lib\x64\Release" src="Audio\Bin\Desktop_2019_Win8\x64\Release\*.lib" />
<file target="native\lib\x64\Release" src="Audio\Bin\Desktop_2019_Win8\x64\Release\*.pdb" />

<file src=".nuget/directxtk_desktop_2019.targets" target="build\native" />

Expand Down
2 changes: 1 addition & 1 deletion .nuget/directxtk_desktop_2019.targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemDefinitionGroup>
<Link>
<AdditionalLibraryDirectories>$(directxtk-LibPath);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>DirectXTK.lib;DirectXTKAudioWin8.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>DirectXTK.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>

Expand Down
206 changes: 0 additions & 206 deletions Audio/DirectXTKAudio_Desktop_2019_Win8.vcxproj

This file was deleted.

56 changes: 0 additions & 56 deletions Audio/DirectXTKAudio_Desktop_2019_Win8.vcxproj.filters

This file was deleted.

Loading

0 comments on commit c6cb94c

Please sign in to comment.