aboutsummaryrefslogtreecommitdiff
path: root/windows/config.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-16Windows: Move VS2013 files into windows/vs2013 directory.Lasse Collin1-148/+0
2017-04-19Update the home page URLs to HTTPS.Lasse Collin1-1/+1
2015-11-03Windows/MSVC: Update config.h.Lasse Collin1-0/+6
2014-12-19Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.Lasse Collin1-0/+3
It is to keep all symbols in the lzma_ namespace.
2014-01-12Windows: Add config.h for building liblzma with MSVC 2013.Lasse Collin1-10/+19
This is for building liblzma. Building xz tool too requires a little more work. Maybe it will be supported, but for most MSVC users it's enough to be able to build liblzma. C99 support in MSVC 2013 is almost usable which is a big improvement over earlier versions. It's "almost" because there's a dumb bug that breaks mixed declarations after an "if" statements unless the "if" statement uses braces: https://connect.microsoft.com/VisualStudio/feedback/details/808650/visual-studio-2013-c99-compiler-bug https://connect.microsoft.com/VisualStudio/feedback/details/808472/c99-support-of-mixed-declarations-and-statements-fails-with-certain-types-and-constructs Hopefully it will get fixed. Then liblzma should be compilable with MSVC 2013 without patching.
2010-10-09DOS: Update the Makefile, config.h and README.Lasse Collin1-34/+11
This is now simpler and builds only xz.exe.
2009-09-11Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors.Lasse Collin1-0/+3
2009-02-13Initial port to DOS using DJGPP.Lasse Collin1-19/+4
2009-02-13Windows port: Take advantage of the version number macros.Lasse Collin1-15/+0
Now the version number is not duplicated in the Windows-specific files anymore.
2009-02-05Added initial experimental makefile for use with MinGW.Lasse Collin1-0/+180