summaryrefslogtreecommitdiff
path: root/windows/vs2019
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-11-30 17:50:17 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-11-30 17:50:17 +0200
commitc21983c76031e01da01ad3c6cc716fe4b8a75070 (patch)
tree0f7f4b5284a3a3bdd4ca497be24fee697a1587d1 /windows/vs2019
parent30be0c35d24eb5175459d69dbf7d92e2b087ef82 (diff)
downloadxz-c21983c76031e01da01ad3c6cc716fe4b8a75070.tar.gz
Build: Add string_conversion.c to CMake, DOS, and VS files.
Diffstat (limited to 'windows/vs2019')
-rw-r--r--windows/vs2019/liblzma.vcxproj1
-rw-r--r--windows/vs2019/liblzma_dll.vcxproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/windows/vs2019/liblzma.vcxproj b/windows/vs2019/liblzma.vcxproj
index 63bff98..c373cd3 100644
--- a/windows/vs2019/liblzma.vcxproj
+++ b/windows/vs2019/liblzma.vcxproj
@@ -254,6 +254,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" />
diff --git a/windows/vs2019/liblzma_dll.vcxproj b/windows/vs2019/liblzma_dll.vcxproj
index 6c4de5e..b30bf3e 100644
--- a/windows/vs2019/liblzma_dll.vcxproj
+++ b/windows/vs2019/liblzma_dll.vcxproj
@@ -286,6 +286,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" />