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/Cpio/makefile')
-rwxr-xr-x7zip/Archive/Cpio/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/7zip/Archive/Cpio/makefile b/7zip/Archive/Cpio/makefile
index 6c5fb3f4..d7760281 100755
--- a/7zip/Archive/Cpio/makefile
+++ b/7zip/Archive/Cpio/makefile
@@ -14,6 +14,7 @@ COMMON_OBJS = \
$O\NewHandler.obj \
$O\String.obj \
$O\StringConvert.obj \
+ $O\StringToInt.obj \
$O\Vector.obj \
WIN_OBJS = \
@@ -22,6 +23,7 @@ WIN_OBJS = \
7ZIP_COMMON_OBJS = \
$O\LimitedStreams.obj \
$O\ProgressUtils.obj \
+ $O\StreamUtils.obj \
AR_COMMON_OBJS = \
$O\ItemNameUtils.obj \