From 993daef9cbed7febf494217f07e40e0a26b3bc06 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Mon, 15 Mar 2010 00:00:00 +0000 Subject: 9.11 --- C/Util/7z/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'C/Util/7z/makefile') diff --git a/C/Util/7z/makefile b/C/Util/7z/makefile index 0a5d7107..3b762e65 100755 --- a/C/Util/7z/makefile +++ b/C/Util/7z/makefile @@ -1,4 +1,5 @@ MY_STATIC_LINK=1 +CFLAGS = $(CFLAGS) -D_7ZIP_PPMD_SUPPPORT PROG = 7zDec.exe @@ -16,6 +17,8 @@ C_OBJS = \ $O\CpuArch.obj \ $O\Lzma2Dec.obj \ $O\LzmaDec.obj \ + $O\Ppmd7.obj \ + $O\Ppmd7Dec.obj \ 7Z_OBJS = \ $O\7zAlloc.obj \ -- cgit v1.2.3