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
parent585698650f7257d2cefa6a3a2a49d5bbe84fd9b2 (diff)
parentccbf6ad3c1dffaffd43890e62235b3a860bc9081 (diff)
Merge pull request #4 from FnControlOption/2106
Diffstat (limited to 'CPP/7zip/Bundles/LzmaCon/makefile')
-rw-r--r--CPP/7zip/Bundles/LzmaCon/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/CPP/7zip/Bundles/LzmaCon/makefile b/CPP/7zip/Bundles/LzmaCon/makefile
index e87becc4..5e53327a 100644
--- a/CPP/7zip/Bundles/LzmaCon/makefile
+++ b/CPP/7zip/Bundles/LzmaCon/makefile
@@ -14,6 +14,7 @@ COMMON_OBJS = \
$O\CRC.obj \
$O\CrcReg.obj \
$O\IntToString.obj \
+ $O\LzFindPrepare.obj \
$O\MyString.obj \
$O\MyVector.obj \
$O\NewHandler.obj \
@@ -33,6 +34,7 @@ WIN_OBJS = \
$O\FileStreams.obj \
$O\FilterCoder.obj \
$O\MethodProps.obj \
+ $O\StreamObjects.obj \
$O\StreamUtils.obj \
UI_COMMON_OBJS = \
@@ -55,6 +57,7 @@ C_OBJS = \
$O\Threads.obj \
!include "../../Crc.mak"
+!include "../../LzFindOpt.mak"
!include "../../LzmaDec.mak"
!include "../../7zip.mak"