aboutsummaryrefslogtreecommitdiff
path: root/dos/Makefile (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-26Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin1-2/+2
to avoid problems on systems with system headers with those names.
2009-06-26Ugly hack to make it possible to use the thousand separatorLasse Collin1-13/+3
format character with snprintf() on POSIX systems but not on non-POSIX systems and still keep xgettext working.
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-13Initial port to DOS using DJGPP.Lasse Collin1-128/+81
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