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:
authorKornel <kornel@geekhood.net>2021-12-18 14:01:24 +0300
committerGitHub <noreply@github.com>2021-12-18 14:01:24 +0300
commit52eeaf1ad614fcd03b48423009182e3e3d1ff694 (patch)
treebdb7b203c923af669be1a7efe88ffaead9ec487a /CPP/7zip/Bundles/LzmaCon/makefile.gcc
parent585698650f7257d2cefa6a3a2a49d5bbe84fd9b2 (diff)
parentccbf6ad3c1dffaffd43890e62235b3a860bc9081 (diff)
Merge pull request #4 from FnControlOption/2106
Diffstat (limited to 'CPP/7zip/Bundles/LzmaCon/makefile.gcc')
-rw-r--r--CPP/7zip/Bundles/LzmaCon/makefile.gcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/CPP/7zip/Bundles/LzmaCon/makefile.gcc b/CPP/7zip/Bundles/LzmaCon/makefile.gcc
index f9ccfce4..58c204af 100644
--- a/CPP/7zip/Bundles/LzmaCon/makefile.gcc
+++ b/CPP/7zip/Bundles/LzmaCon/makefile.gcc
@@ -18,6 +18,7 @@ else
MT_OBJS = \
$O/LzFindMt.o \
+ $O/LzFindOpt.o \
$O/Synchronization.o \
$O/Threads.o \
@@ -55,6 +56,7 @@ COMMON_OBJS = \
$O/CRC.o \
$O/CrcReg.o \
$O/IntToString.o \
+ $O/LzFindPrepare.o \
$O/MyString.o \
$O/MyVector.o \
$O/NewHandler.o \
@@ -83,6 +85,7 @@ CONSOLE_OBJS = \
$O/FileStreams.o \
$O/FilterCoder.o \
$O/MethodProps.o \
+ $O/StreamObjects.o \
$O/StreamUtils.o \
C_OBJS = \