aboutsummaryrefslogtreecommitdiff
path: root/dos/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-04-19DOS: Link against DJGPP's libemu to support FPU emulation.Lasse Collin1-1/+1
This way xz should work on 386SX and 486SX. Floating point only is needed for verbose output in xz.
2010-10-09DOS: Update the Makefile, config.h and README.Lasse Collin1-160/+51
This is now simpler and builds only xz.exe.
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-0/+261