aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-02-17 10:43:00 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-02-17 10:43:00 +0200
commit489a3dbaa0465f04400804e956a1cfbbee3654a2 (patch)
tree9456c3fde0e0fdae8e006799338f41dd34508487 /windows/Makefile
parentMake physmem.h work on old Windows versions. (diff)
downloadxz-489a3dbaa0465f04400804e956a1cfbbee3654a2.tar.xz
Added lzma_easy_buffer_encode(). Splitted easy.c into small
pieces to avoid unneeded dependencies making statically linked applications bigger than needed.
Diffstat (limited to '')
-rw-r--r--windows/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 5fb5d57d..9a9957cd 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -129,7 +129,11 @@ LIBLZMA_SRCS_C = \
../src/liblzma/common/block_header_encoder.c \
../src/liblzma/common/block_util.c \
../src/liblzma/common/common.c \
- ../src/liblzma/common/easy.c \
+ ../src/liblzma/common/easy_buffer_encoder.c \
+ ../src/liblzma/common/easy_decoder_memusage.c \
+ ../src/liblzma/common/easy_encoder.c \
+ ../src/liblzma/common/easy_encoder_memusage.c \
+ ../src/liblzma/common/easy_preset.c \
../src/liblzma/common/filter_common.c \
../src/liblzma/common/filter_decoder.c \
../src/liblzma/common/filter_encoder.c \