diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-17 08:53:38 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-17 08:53:38 +0200 |
commit | 133cf55edc5ce92952d2709abd992e48ef1f45ee (patch) | |
tree | 2e29dabac9e78d0a7d2720f02322ceea6f50a146 /windows/vs2019 | |
parent | CMake: Add microlzma_*.c to the build. (diff) | |
download | xz-133cf55edc5ce92952d2709abd992e48ef1f45ee.tar.xz |
Windows: Add microlzma_*.c to the VS project files.
These should have been included in 5.3.2alpha already.
Diffstat (limited to '')
-rw-r--r-- | windows/vs2019/liblzma.vcxproj | 2 | ||||
-rw-r--r-- | windows/vs2019/liblzma_dll.vcxproj | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/windows/vs2019/liblzma.vcxproj b/windows/vs2019/liblzma.vcxproj index cc021470..defb2e73 100644 --- a/windows/vs2019/liblzma.vcxproj +++ b/windows/vs2019/liblzma.vcxproj @@ -245,6 +245,8 @@ <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\microlzma_decoder.c" /> + <ClCompile Include="..\..\src\liblzma\common\microlzma_encoder.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" /> diff --git a/windows/vs2019/liblzma_dll.vcxproj b/windows/vs2019/liblzma_dll.vcxproj index 7c3a351a..8aa221b7 100644 --- a/windows/vs2019/liblzma_dll.vcxproj +++ b/windows/vs2019/liblzma_dll.vcxproj @@ -277,6 +277,8 @@ <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\microlzma_decoder.c" /> + <ClCompile Include="..\..\src\liblzma\common\microlzma_encoder.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" /> |