aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-02-17Added lzma_easy_buffer_encode(). Splitted easy.c into smallLasse Collin1-1/+5
pieces to avoid unneeded dependencies making statically linked applications bigger than needed.
2009-02-13Windows port: Take advantage of the version number macros.Lasse Collin1-1/+1
Now the version number is not duplicated in the Windows-specific files anymore.
2009-02-10Added resource files for the Windows build.Lasse Collin1-15/+22
2009-02-07MinGW support: Don't build fastpos_tablegen.c as part ofLasse Collin1-23/+69
liblzma. Build both static and dynamic liblzma, and also static and dynamic versions of the command line tools.
2009-02-06Some MSYS installations (e.g. MsysGit) don't includelarhzu/v4.999.8betaLasse Collin1-5/+7
install.exe, so don't rely on it.
2009-02-05Added initial experimental makefile for use with MinGW.Lasse Collin1-0/+253