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/Bundles/Alone/makefile')
-rwxr-xr-x7zip/Bundles/Alone/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/7zip/Bundles/Alone/makefile b/7zip/Bundles/Alone/makefile
index 0a4137d5..72832de1 100755
--- a/7zip/Bundles/Alone/makefile
+++ b/7zip/Bundles/Alone/makefile
@@ -11,9 +11,11 @@ CFLAGS = $(CFLAGS) -I ../../../ \
-DFORMAT_TAR \
-DFORMAT_Z \
-DFORMAT_ZIP \
+ -DCOMPRESS_MT \
-DCOMPRESS_BCJ_X86 \
-DCOMPRESS_BCJ2 \
-DCOMPRESS_BZIP2 \
+ -DCOMPRESS_BZIP2_MT \
-DCOMPRESS_COPY \
-DCOMPRESS_DEFLATE \
-DCOMPRESS_DEFLATE64 \
@@ -93,6 +95,7 @@ UI_COMMON_OBJS = \
$O\ExtractingFilePath.obj \
$O\OpenArchive.obj \
$O\PropIDUtils.obj \
+ $O\SetProperties.obj \
$O\SortUtils.obj \
$O\TempFiles.obj \
$O\Update.obj \
@@ -112,6 +115,7 @@ AR_COMMON_OBJS = \
$O\ItemNameUtils.obj \
$O\MultiStream.obj \
$O\OutStreamWithCRC.obj \
+ $O\ParseProperties.obj \
7Z_OBJS = \