diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 17:50:17 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 17:50:17 +0200 |
commit | c21983c76031e01da01ad3c6cc716fe4b8a75070 (patch) | |
tree | 0f7f4b5284a3a3bdd4ca497be24fee697a1587d1 /windows/vs2017/liblzma.vcxproj | |
parent | Update to HTTPS URLs in AUTHORS. (diff) | |
download | xz-c21983c76031e01da01ad3c6cc716fe4b8a75070.tar.xz |
Build: Add string_conversion.c to CMake, DOS, and VS files.
Diffstat (limited to 'windows/vs2017/liblzma.vcxproj')
-rw-r--r-- | windows/vs2017/liblzma.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/vs2017/liblzma.vcxproj b/windows/vs2017/liblzma.vcxproj index 51db558f..9bf5cc38 100644 --- a/windows/vs2017/liblzma.vcxproj +++ b/windows/vs2017/liblzma.vcxproj @@ -253,6 +253,7 @@ <ClCompile Include="..\..\src\liblzma\common\stream_flags_common.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_flags_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_flags_encoder.c" /> + <ClCompile Include="..\..\src\liblzma\common\string_conversion.c" /> <ClCompile Include="..\..\src\liblzma\common\vli_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\vli_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\vli_size.c" /> |