Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-25 | Windows: Define DLL_EXPORT when building liblzma.dll with MSVC. | Lasse Collin | 1 | -6/+6 | |
src/liblzma/common/common.h uses it to set __declspec(dllexport) for the API symbols. Thanks to Adam Walling. | |||||
2015-09-25 | Windows: Omit unneeded header files from MSVC project files. | Lasse Collin | 1 | -5/+0 | |
2015-09-25 | Windows: Add MSVC project files for building liblzma. | Lasse Collin | 1 | -0/+388 | |
Thanks to Adam Walling for creating these files. |