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>2007-09-04 04:00:00 +0400
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:15:54 +0300
commitb82f80647dd2b3890cdbebfe2aae44f7564baf5a (patch)
tree043d13c287b1485cc06cd6fb9fd6f8bfd0e061c0 /CPP/7zip/UI/GUI
parent051769bbc577aeede90558b6ab5c9be187940ca0 (diff)
4.54 beta
Diffstat (limited to 'CPP/7zip/UI/GUI')
-rwxr-xr-xCPP/7zip/UI/GUI/GUI.dsp8
-rwxr-xr-xCPP/7zip/UI/GUI/OpenCallbackGUI.cpp4
-rwxr-xr-xCPP/7zip/UI/GUI/makefile5
3 files changed, 2 insertions, 15 deletions
diff --git a/CPP/7zip/UI/GUI/GUI.dsp b/CPP/7zip/UI/GUI/GUI.dsp
index 4a5ad512..b61ef92f 100755
--- a/CPP/7zip/UI/GUI/GUI.dsp
+++ b/CPP/7zip/UI/GUI/GUI.dsp
@@ -759,14 +759,6 @@ SOURCE=..\..\..\Common\NewHandler.h
# End Source File
# Begin Source File
-SOURCE=..\..\..\Common\StdInStream.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\Common\StdInStream.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\Common\StringConvert.cpp
# End Source File
# Begin Source File
diff --git a/CPP/7zip/UI/GUI/OpenCallbackGUI.cpp b/CPP/7zip/UI/GUI/OpenCallbackGUI.cpp
index ae204d17..7717de99 100755
--- a/CPP/7zip/UI/GUI/OpenCallbackGUI.cpp
+++ b/CPP/7zip/UI/GUI/OpenCallbackGUI.cpp
@@ -4,10 +4,6 @@
#include "OpenCallbackGUI.h"
-#include "Common/StdOutStream.h"
-#include "Common/StdInStream.h"
-#include "Common/StringConvert.h"
-
#ifndef _NO_CRYPTO
#include "../FileManager/PasswordDialog.h"
#endif
diff --git a/CPP/7zip/UI/GUI/makefile b/CPP/7zip/UI/GUI/makefile
index f321e560..e37ce7d5 100755
--- a/CPP/7zip/UI/GUI/makefile
+++ b/CPP/7zip/UI/GUI/makefile
@@ -25,14 +25,13 @@ COMMON_OBJS = \
$O\IntToString.obj \
$O\Lang.obj \
$O\ListFileUtils.obj \
- $O\NewHandler.obj \
- $O\StdInStream.obj \
$O\MyString.obj \
+ $O\MyVector.obj \
+ $O\NewHandler.obj \
$O\StringConvert.obj \
$O\StringToInt.obj \
$O\TextConfig.obj \
$O\UTFConvert.obj \
- $O\MyVector.obj \
$O\Wildcard.obj \
WIN_OBJS = \