diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-01-06 20:35:55 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-01-06 20:42:18 +0800 |
commit | e834e1e934ed0af673598d8c0c34afb2af56bee0 (patch) | |
tree | b99989231d03f375d7358c73db163369bae3059c /windows/vs2017 | |
parent | Update THANKS. (diff) | |
download | xz-e834e1e934ed0af673598d8c0c34afb2af56bee0.tar.xz |
Build: Add missing stream_decoder_mt.c to .vcxproj files.
The line in the .vcxproj files for building with was missing in 5.4.0.
Thank to Hajin Jang for reporting the issue.
Diffstat (limited to 'windows/vs2017')
-rw-r--r-- | windows/vs2017/liblzma.vcxproj | 1 | ||||
-rw-r--r-- | windows/vs2017/liblzma_dll.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/windows/vs2017/liblzma.vcxproj b/windows/vs2017/liblzma.vcxproj index 9bf5cc38..f00fd21f 100644 --- a/windows/vs2017/liblzma.vcxproj +++ b/windows/vs2017/liblzma.vcxproj @@ -248,6 +248,7 @@ <ClCompile Include="..\..\src\liblzma\common\stream_buffer_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_buffer_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_decoder.c" /> + <ClCompile Include="..\..\src\liblzma\common\stream_decoder_mt.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_encoder_mt.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_flags_common.c" /> diff --git a/windows/vs2017/liblzma_dll.vcxproj b/windows/vs2017/liblzma_dll.vcxproj index 7f9a18fb..66f4279b 100644 --- a/windows/vs2017/liblzma_dll.vcxproj +++ b/windows/vs2017/liblzma_dll.vcxproj @@ -280,6 +280,7 @@ <ClCompile Include="..\..\src\liblzma\common\stream_buffer_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_buffer_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_decoder.c" /> + <ClCompile Include="..\..\src\liblzma\common\stream_decoder_mt.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_encoder_mt.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_flags_common.c" /> |