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:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2009-06-02 04:00:00 +0400
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:15:59 +0300
commit829409452d85cd6dd9dfc9151f109d6e13a2bb1c (patch)
treee0acaea47044d167f35fa197584dee1bde41c329 /CPP/7zip/UI/Far/makefile
parent8874e4fbc9faabdcff719b9b2ac8ebad4f282bbe (diff)
9.04 beta
Diffstat (limited to 'CPP/7zip/UI/Far/makefile')
-rwxr-xr-xCPP/7zip/UI/Far/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/7zip/UI/Far/makefile b/CPP/7zip/UI/Far/makefile
index dba62d63..01c77ded 100755
--- a/CPP/7zip/UI/Far/makefile
+++ b/CPP/7zip/UI/Far/makefile
@@ -64,6 +64,9 @@ UI_COMMON_OBJS = \
$O\WorkDir.obj \
$O\ZipRegistry.obj \
+AR_COMMON_OBJS = \
+ $O\OutStreamWithCRC.obj \
+
AGENT_OBJS = \
$O\Agent.obj \
$O\AgentOut.obj \
@@ -75,6 +78,8 @@ C_OBJS = \
$O\Sort.obj \
$O\Threads.obj \
+!include "../../Crc2.mak"
+
OBJS = \
$O\StdAfx.obj \
$(FAR_OBJS) \
@@ -82,9 +87,11 @@ OBJS = \
$(WIN_OBJS) \
$(7ZIP_COMMON_OBJS) \
$(UI_COMMON_OBJS) \
+ $(AR_COMMON_OBJS) \
$(AGENT_OBJS) \
$(C_OBJS) \
$O\CopyCoder.obj \
+ $(CRC_OBJS) \
$O\resource.res
!include "../../../Build.mak"
@@ -99,9 +106,12 @@ $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
$(COMPL)
$(UI_COMMON_OBJS): ../Common/$(*B).cpp
$(COMPL)
+$(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
+ $(COMPL)
$(AGENT_OBJS): ../Agent/$(*B).cpp
$(COMPL)
$O\CopyCoder.obj: ../../Compress/$(*B).cpp
$(COMPL)
$(C_OBJS): ../../../../C/$(*B).c
$(COMPL_O2)
+!include "../../Crc.mak"