Add missing wavpack dependencies to windows VS solution

pull/35/head
Avaer Kazmer 8 years ago
parent 773b4a2ed7
commit e0d696e5df

@ -36,6 +36,32 @@
<ClCompile Include="..\..\src\ModplugDependencies.cpp" />
<ClCompile Include="..\..\src\MusepackDecoder.cpp" />
<ClCompile Include="..\..\src\MusepackDependencies.c" />
<ClCompile Include="..\..\third_party\wavpack\src\common_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\decorr_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\entropy_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\extra1.c" />
<ClCompile Include="..\..\third_party\wavpack\src\extra2.c" />
<ClCompile Include="..\..\third_party\wavpack\src\open_filename.c" />
<ClCompile Include="..\..\third_party\wavpack\src\open_legacy.c" />
<ClCompile Include="..\..\third_party\wavpack\src\open_raw.c" />
<ClCompile Include="..\..\third_party\wavpack\src\open_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\pack.c" />
<ClCompile Include="..\..\third_party\wavpack\src\pack_dns.c" />
<ClCompile Include="..\..\third_party\wavpack\src\pack_dsd.c" />
<ClCompile Include="..\..\third_party\wavpack\src\pack_floats.c" />
<ClCompile Include="..\..\third_party\wavpack\src\pack_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\read_words.c" />
<ClCompile Include="..\..\third_party\wavpack\src\tags.c" />
<ClCompile Include="..\..\third_party\wavpack\src\tag_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack3.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack3_open.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack3_seek.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack_dsd.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack_floats.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack_seek.c" />
<ClCompile Include="..\..\third_party\wavpack\src\unpack_utils.c" />
<ClCompile Include="..\..\third_party\wavpack\src\write_words.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(ProjectDir)..\..\include\libnyquist\AudioDecoder.h" />

@ -52,6 +52,84 @@
<ClCompile Include="..\..\src\ModplugDecoder.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\entropy_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\decorr_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\open_legacy.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\open_filename.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\extra2.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\extra1.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\common_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\open_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\open_raw.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\pack.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\pack_dns.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\pack_floats.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\pack_dsd.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\pack_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\read_words.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\tags.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack_dsd.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack_floats.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\tag_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack_seek.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack_utils.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack3.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack3_open.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\unpack3_seek.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\wavpack\src\write_words.c">
<Filter>src\deps\WavpackDependencies</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(ProjectDir)..\..\include\libnyquist\OpusDecoder.h">
@ -110,5 +188,8 @@
<Filter Include="src\deps">
<UniqueIdentifier>{d839471f-71d1-471e-95e0-c33af9bb64bc}</UniqueIdentifier>
</Filter>
<Filter Include="src\deps\WavpackDependencies">
<UniqueIdentifier>{4ed41d64-0c09-4382-8ee9-70aad6043650}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>
Loading…
Cancel
Save