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