aboutsummaryrefslogtreecommitdiff
path: root/windows/liblzma_dll.vcxproj (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Windows: Move VS2013 files into windows/vs2013 directory.Lasse Collin1-383/+0
2015-09-25Windows: Define DLL_EXPORT when building liblzma.dll with MSVC.Lasse Collin1-6/+6
src/liblzma/common/common.h uses it to set __declspec(dllexport) for the API symbols. Thanks to Adam Walling.
2015-09-25Windows: Omit unneeded header files from MSVC project files.Lasse Collin1-5/+0
2015-09-25Windows: Add MSVC project files for building liblzma.Lasse Collin1-0/+388
Thanks to Adam Walling for creating these files.