]> git.ipfire.org Git - thirdparty/xz.git/commit
Windows: Fix broken liblzma.dll build with Visual Studio project files.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 18 Aug 2022 14:38:05 +0000 (17:38 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 18 Aug 2022 14:51:07 +0000 (17:51 +0300)
commitad5ef6d3c30bb749113c51aa0bbe8bcb5e193fbe
treea847fd568e610dc88c2cf306276fe46048c138a3
parent8dfed05bdaa4873833ba24279f02ad2db25effea
Windows: Fix broken liblzma.dll build with Visual Studio project files.

The bug was introduced in 352ba2d69af2136bc814aa1df1a132559d445616
"Windows: Fix building of resource files when config.h isn't used."

That commit fixed liblzma.dll build with CMake while keeping it
working with Autotools on Windows but the VS project files were
forgotten.

I haven't tested these changes.

Thanks to Olivier B. for reporting the bug and for the initial patch.
windows/vs2013/liblzma_dll.vcxproj
windows/vs2017/liblzma_dll.vcxproj
windows/vs2019/liblzma_dll.vcxproj