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 'C/Util/7z/makefile')
-rwxr-xr-xC/Util/7z/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/C/Util/7z/makefile b/C/Util/7z/makefile
index fc814dc9..0a5d7107 100755
--- a/C/Util/7z/makefile
+++ b/C/Util/7z/makefile
@@ -6,12 +6,14 @@ C_OBJS = \
$O\7zBuf.obj \
$O\7zBuf2.obj \
$O\7zCrc.obj \
+ $O\7zCrcOpt.obj \
$O\7zFile.obj \
$O\7zDec.obj \
$O\7zIn.obj \
$O\7zStream.obj \
$O\Bcj2.obj \
$O\Bra86.obj \
+ $O\CpuArch.obj \
$O\Lzma2Dec.obj \
$O\LzmaDec.obj \