4.52 beta

This commit is contained in:
Igor Pavlov
2007-08-03 00:00:00 +00:00
committed by Kornel Lesiński
parent d14d4dcdef
commit 33ccab7e72
26 changed files with 912 additions and 135 deletions

View File

@@ -2373,6 +2373,30 @@ SOURCE=..\..\Archive\Wim\WimIn.h
SOURCE=..\..\Archive\Wim\WimRegister.cpp
# End Source File
# End Group
# Begin Group "Com"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\Archive\Com\ComHandler.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Archive\Com\ComHandler.h
# End Source File
# Begin Source File
SOURCE=..\..\Archive\Com\ComIn.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Archive\Com\ComIn.h
# End Source File
# Begin Source File
SOURCE=..\..\Archive\Com\ComRegister.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\Archive\IArchive.h

View File

@@ -108,6 +108,11 @@ CHM_OBJS = \
$O\ChmIn.obj \
$O\ChmRegister.obj \
COM_OBJS = \
$O\ComHandler.obj \
$O\ComIn.obj \
$O\ComRegister.obj \
CPIO_OBJS = \
$O\CpioHandler.obj \
$O\CpioHeader.obj \
@@ -339,6 +344,7 @@ OBJS = \
$(BZ2_OBJS) \
$(CAB_OBJS) \
$(CHM_OBJS) \
$(COM_OBJS) \
$(CPIO_OBJS) \
$(DEB_OBJS) \
$(GZ_OBJS) \
@@ -411,6 +417,8 @@ $(CAB_OBJS): ../../Archive/Cab/$(*B).cpp
$(COMPL)
$(CHM_OBJS): ../../Archive/Chm/$(*B).cpp
$(COMPL)
$(COM_OBJS): ../../Archive/Com/$(*B).cpp
$(COMPL)
$(CPIO_OBJS): ../../Archive/Cpio/$(*B).cpp
$(COMPL)
$(DEB_OBJS): ../../Archive/Deb/$(*B).cpp