Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/LZMA/makefile')
-rwxr-xr-x7zip/Compress/LZMA/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/7zip/Compress/LZMA/makefile b/7zip/Compress/LZMA/makefile
index 3ec9151d..14672b6a 100755
--- a/7zip/Compress/LZMA/makefile
+++ b/7zip/Compress/LZMA/makefile
@@ -20,6 +20,7 @@ WIN_OBJS = \
7ZIP_COMMON_OBJS = \
$O\InBuffer.obj \
$O\OutBuffer.obj \
+ $O\StreamUtils.obj \
LZ_OBJS = \
$O\LZInWindow.obj \