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/vs2019/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 '')
-rw-r--r-- | windows/vs2019/liblzma_dll.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/vs2019/liblzma_dll.vcxproj b/windows/vs2019/liblzma_dll.vcxproj index dad2725d..6c4de5e9 100644 --- a/windows/vs2019/liblzma_dll.vcxproj +++ b/windows/vs2019/liblzma_dll.vcxproj @@ -276,6 +276,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" /> @@ -304,6 +305,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" /> @@ -355,6 +357,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" /> @@ -389,4 +392,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |