summaryrefslogtreecommitdiff
path: root/windows
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
parent7494816ab08d82f4d6409788825930c4e43cfd0d (diff)
downloadxz-489a3dbaa0465f04400804e956a1cfbbee3654a2.tar.gz
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 'windows')
-rw-r--r--windows/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 5fb5d57..9a9957c 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 \