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/Archive/7z/makefile')
-rwxr-xr-xC/Archive/7z/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/C/Archive/7z/makefile b/C/Archive/7z/makefile
index 76fdec01..c7bb05bd 100755
--- a/C/Archive/7z/makefile
+++ b/C/Archive/7z/makefile
@@ -4,10 +4,13 @@ PROG = 7zDec.exe
C_OBJS = \
$O\7zBuf.obj \
+ $O\7zBuf2.obj \
$O\7zCrc.obj \
$O\LzmaDec.obj \
$O\Bra86.obj \
$O\Bcj2.obj \
+ $O\7zFile.obj \
+ $O\7zStream.obj \
7Z_OBJS = \
$O\7zAlloc.obj \