diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-09 15:12:13 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-09 15:12:13 +0200 |
commit | 802d57d9215d9c81dbee86edb43c9e93a7f7ec55 (patch) | |
tree | fa22e5bf54568a5b2781e9d5d5ad7b895ba57c1c /windows/vs2017/liblzma_dll.vcxproj | |
parent | DOS: Update Makefile and config.h to include ARM64 and .lz support. (diff) | |
download | xz-802d57d9215d9c81dbee86edb43c9e93a7f7ec55.tar.xz |
Windows: Update the VS project files for ARM64 and .lz support.
Diffstat (limited to 'windows/vs2017/liblzma_dll.vcxproj')
-rw-r--r-- | windows/vs2017/liblzma_dll.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/vs2017/liblzma_dll.vcxproj b/windows/vs2017/liblzma_dll.vcxproj index 4f182d74..f38f667b 100644 --- a/windows/vs2017/liblzma_dll.vcxproj +++ b/windows/vs2017/liblzma_dll.vcxproj @@ -275,6 +275,7 @@ <ClCompile Include="..\..\src\liblzma\common\index_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\index_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\index_hash.c" /> + <ClCompile Include="..\..\src\liblzma\common\lzip_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\outqueue.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_buffer_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_buffer_encoder.c" /> @@ -303,6 +304,7 @@ <ClCompile Include="..\..\src\liblzma\lz\lz_encoder_mf.c" /> <ClCompile Include="..\..\src\liblzma\rangecoder\price_table.c" /> <ClCompile Include="..\..\src\liblzma\simple\arm.c" /> + <ClCompile Include="..\..\src\liblzma\simple\arm64.c" /> <ClCompile Include="..\..\src\liblzma\simple\armthumb.c" /> <ClCompile Include="..\..\src\liblzma\simple\ia64.c" /> <ClCompile Include="..\..\src\liblzma\simple\powerpc.c" /> @@ -354,6 +356,7 @@ <ClInclude Include="..\..\src\liblzma\common\index_decoder.h" /> <ClInclude Include="..\..\src\liblzma\common\index_encoder.h" /> <ClInclude Include="..\..\src\liblzma\common\memcmplen.h" /> + <ClInclude Include="..\..\src\liblzma\common\lzip_decoder.h" /> <ClInclude Include="..\..\src\liblzma\common\outqueue.h" /> <ClInclude Include="..\..\src\liblzma\common\stream_decoder.h" /> <ClInclude Include="..\..\src\liblzma\common\stream_flags_common.h" /> |