diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2017-09-16 12:56:20 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2017-09-16 12:56:20 +0300 |
commit | cea5cf8d26c9d1dc30a808614d79c0b25640e15e (patch) | |
tree | 1b15202a2ef1348a61f6dd72fda819baf1bf7ff3 /windows/vs2017/liblzma_dll.vcxproj | |
parent | Windows: Add project files for VS2017. (diff) | |
download | xz-cea5cf8d26c9d1dc30a808614d79c0b25640e15e.tar.xz |
Windows: Update VS2017 project files to include file info decoder.
Diffstat (limited to '')
-rw-r--r-- | windows/vs2017/liblzma_dll.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/vs2017/liblzma_dll.vcxproj b/windows/vs2017/liblzma_dll.vcxproj index dcea3037..5802f7d3 100644 --- a/windows/vs2017/liblzma_dll.vcxproj +++ b/windows/vs2017/liblzma_dll.vcxproj @@ -256,6 +256,7 @@ <ClCompile Include="..\..\src\liblzma\common\easy_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\easy_encoder_memusage.c" /> <ClCompile Include="..\..\src\liblzma\common\easy_preset.c" /> + <ClCompile Include="..\..\src\liblzma\common\file_info.c" /> <ClCompile Include="..\..\src\liblzma\common\filter_buffer_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\filter_buffer_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\filter_common.c" /> @@ -345,6 +346,7 @@ <ClInclude Include="..\..\src\liblzma\common\filter_decoder.h" /> <ClInclude Include="..\..\src\liblzma\common\filter_encoder.h" /> <ClInclude Include="..\..\src\liblzma\common\index.h" /> + <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\outqueue.h" /> |