dep: Add lzma 19.00

This commit is contained in:
Connor McLaughlin
2020-01-30 15:47:11 +10:00
parent 0b7abf244e
commit 13e1fa055b
34 changed files with 9346 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\BraIA64.c" />
<ClCompile Include="src\CpuArch.c" />
<ClCompile Include="src\Delta.c" />
<ClCompile Include="src\LzFind.c" />
<ClCompile Include="src\Lzma86Dec.c" />
<ClCompile Include="src\Lzma86Enc.c" />
<ClCompile Include="src\LzmaDec.c" />
<ClCompile Include="src\LzmaEnc.c" />
<ClCompile Include="src\LzmaLib.c" />
<ClCompile Include="src\Sort.c" />
<ClCompile Include="src\Alloc.c" />
<ClCompile Include="src\Bra86.c" />
</ItemGroup>
</Project>