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 'CPP/7zip/Compress/LZMA_Alone/makefile')
-rwxr-xr-xCPP/7zip/Compress/LZMA_Alone/makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/CPP/7zip/Compress/LZMA_Alone/makefile b/CPP/7zip/Compress/LZMA_Alone/makefile
index f6d94081..197b0ee6 100755
--- a/CPP/7zip/Compress/LZMA_Alone/makefile
+++ b/CPP/7zip/Compress/LZMA_Alone/makefile
@@ -1,5 +1,5 @@
PROG = lzma.exe
-LIBS = $(LIBS) user32.lib
+MY_CONSOLE = 1
CFLAGS = $(CFLAGS) \
-DCOMPRESS_MF_MT \
-DBENCH_MT \
@@ -37,14 +37,12 @@ C_OBJS = \
$O\Bra86.obj \
$O\LzFind.obj \
$O\LzFindMt.obj \
+ $O\Lzma86Dec.obj \
+ $O\Lzma86Enc.obj \
$O\LzmaDec.obj \
$O\LzmaEnc.obj \
$O\Threads.obj \
-C_LZMAUTIL_OBJS = \
- $O\Lzma86Dec.obj \
- $O\Lzma86Enc.obj \
-
OBJS = \
$O\StdAfx.obj \
$(LZMA_OBJS) \
@@ -53,7 +51,6 @@ OBJS = \
$(WIN_OBJS) \
$(7ZIP_COMMON_OBJS) \
$(C_OBJS) \
- $(C_LZMAUTIL_OBJS) \
$O\FileStreams.obj \
$O\FileIO.obj \
@@ -76,5 +73,3 @@ $O\FileIO.obj: ../../../Windows/FileIO.cpp
$(COMPL)
$(C_OBJS): ../../../../C/$(*B).c
$(COMPL_O2)
-$(C_LZMAUTIL_OBJS): ../../../../C/LzmaUtil/$(*B).c
- $(COMPL_O2)