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/Rar/makefile')
-rwxr-xr-x7zip/Archive/Rar/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/7zip/Archive/Rar/makefile b/7zip/Archive/Rar/makefile
index 0799edf3..42942f74 100755
--- a/7zip/Archive/Rar/makefile
+++ b/7zip/Archive/Rar/makefile
@@ -18,6 +18,7 @@ COMMON_OBJS = \
$O\NewHandler.obj \
$O\String.obj \
$O\StringConvert.obj \
+ $O\UTFConvert.obj \
$O\Vector.obj \
WIN_OBJS = \
@@ -29,6 +30,7 @@ WIN_OBJS = \
$O\LimitedStreams.obj \
$O\ProgressUtils.obj \
$O\StreamObjects.obj \
+ $O\StreamUtils.obj \
AR_COMMON_OBJS = \
$O\CodecsPath.obj \