dep: Add libchdr

This commit is contained in:
Connor McLaughlin
2020-01-30 15:49:04 +10:00
parent 7fc6c77015
commit b5901fa190
20 changed files with 5397 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="include\libchdr\chd.h" />
<ClInclude Include="include\libchdr\coretypes.h" />
<ClInclude Include="include\libchdr\huffman.h" />
<ClInclude Include="include\libchdr\bitstream.h" />
<ClInclude Include="include\libchdr\cdrom.h" />
<ClInclude Include="src\md5.h" />
<ClInclude Include="src\sha1.h" />
<ClInclude Include="include\libchdr\flac.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\cdrom.c" />
<ClCompile Include="src\chd.c" />
<ClCompile Include="src\huffman.c" />
<ClCompile Include="src\bitstream.c" />
<ClCompile Include="src\md5.c" />
<ClCompile Include="src\sha1.c" />
<ClCompile Include="src\flac.c" />
</ItemGroup>
</Project>