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/Archive/7z/makefile')
-rwxr-xr-x7zip/Archive/7z/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/7zip/Archive/7z/makefile b/7zip/Archive/7z/makefile
index 97bbbaaf..06bf2f37 100755
--- a/7zip/Archive/7z/makefile
+++ b/7zip/Archive/7z/makefile
@@ -1,6 +1,6 @@
PROG = 7z.dll
DEF_FILE = ../Archive.def
-CFLAGS = $(CFLAGS) -I ../../../
+CFLAGS = $(CFLAGS) -I ../../../ -DCOMPRESS_MT
LIBS = $(LIBS) oleaut32.lib user32.lib
7Z_OBJS = \
@@ -61,6 +61,7 @@ AR_COMMON_OBJS = \
$O\ItemNameUtils.obj \
$O\MultiStream.obj \
$O\OutStreamWithCRC.obj \
+ $O\ParseProperties.obj \
OBJS = \
$O\StdAfx.obj \