aboutsummaryrefslogtreecommitdiff
path: root/windows/vs2017
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-17 08:53:38 +0200
committerJia Tan <jiat0218@gmail.com>2023-03-17 20:19:38 +0800
commitae252862b30b509ab88b2bbcaa08e8d51b57e928 (patch)
tree0c29734d78efe120e08d9a4e53d0b39d58754337 /windows/vs2017
parentCMake: Add microlzma_*.c to the build. (diff)
downloadxz-ae252862b30b509ab88b2bbcaa08e8d51b57e928.tar.xz
Windows: Add microlzma_*.c to the VS project files.
These should have been included in 5.3.2alpha already.
Diffstat (limited to 'windows/vs2017')
-rw-r--r--windows/vs2017/liblzma.vcxproj2
-rw-r--r--windows/vs2017/liblzma_dll.vcxproj2
2 files changed, 4 insertions, 0 deletions
diff --git a/windows/vs2017/liblzma.vcxproj b/windows/vs2017/liblzma.vcxproj
index f00fd21f..f9241a2d 100644
--- a/windows/vs2017/liblzma.vcxproj
+++ b/windows/vs2017/liblzma.vcxproj
@@ -244,6 +244,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/vs2017/liblzma_dll.vcxproj b/windows/vs2017/liblzma_dll.vcxproj
index 66f4279b..7818b2cf 100644
--- a/windows/vs2017/liblzma_dll.vcxproj
+++ b/windows/vs2017/liblzma_dll.vcxproj
@@ -276,6 +276,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" />