mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
4.52 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d14d4dcdef
commit
33ccab7e72
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user