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/UI/FileManager/makefile')
-rwxr-xr-xCPP/7zip/UI/FileManager/makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/CPP/7zip/UI/FileManager/makefile b/CPP/7zip/UI/FileManager/makefile
index 68723921..0b815ad9 100755
--- a/CPP/7zip/UI/FileManager/makefile
+++ b/CPP/7zip/UI/FileManager/makefile
@@ -70,20 +70,18 @@ COMMON_OBJS = \
$O\CRC.obj \
$O\IntToString.obj \
$O\Lang.obj \
- $O\ListFileUtils.obj \
+ $O\MyString.obj \
+ $O\MyVector.obj \
$O\NewHandler.obj \
$O\Random.obj \
- $O\StdInStream.obj \
- $O\StdOutStream.obj \
- $O\MyString.obj \
$O\StringConvert.obj \
$O\StringToInt.obj \
$O\TextConfig.obj \
$O\UTFConvert.obj \
- $O\MyVector.obj \
$O\Wildcard.obj \
WIN_OBJS = \
+ $O\Clipboard.obj \
$O\CommonDialog.obj \
$O\DLL.obj \
$O\Error.obj \