mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 08:07:19 -06:00
21.07
This commit is contained in:
@@ -118,6 +118,7 @@ AR_OBJS = \
|
||||
$O/UefiHandler.o \
|
||||
$O/VdiHandler.o \
|
||||
$O/VhdHandler.o \
|
||||
$O/VhdxHandler.o \
|
||||
$O/VmdkHandler.o \
|
||||
$O/XarHandler.o \
|
||||
$O/XzHandler.o \
|
||||
@@ -175,10 +176,14 @@ NSIS_OBJS = \
|
||||
$O/NsisIn.o \
|
||||
$O/NsisRegister.o \
|
||||
|
||||
ifndef DISABLE_RAR
|
||||
RAR_OBJS = \
|
||||
$O/RarHandler.o \
|
||||
$O/Rar5Handler.o \
|
||||
|
||||
endif
|
||||
|
||||
|
||||
TAR_OBJS = \
|
||||
$O/TarHandler.o \
|
||||
$O/TarHandlerOut.o \
|
||||
@@ -245,12 +250,6 @@ COMPRESS_OBJS = \
|
||||
$O/PpmdRegister.o \
|
||||
$O/PpmdZip.o \
|
||||
$O/QuantumDecoder.o \
|
||||
$O/Rar1Decoder.o \
|
||||
$O/Rar2Decoder.o \
|
||||
$O/Rar3Decoder.o \
|
||||
$O/Rar3Vm.o \
|
||||
$O/Rar5Decoder.o \
|
||||
$O/RarCodecsRegister.o \
|
||||
$O/ShrinkDecoder.o \
|
||||
$O/XpressDecoder.o \
|
||||
$O/XzDecoder.o \
|
||||
@@ -259,6 +258,20 @@ COMPRESS_OBJS = \
|
||||
$O/ZlibEncoder.o \
|
||||
$O/ZDecoder.o \
|
||||
|
||||
ifdef DISABLE_RAR
|
||||
DISABLE_RAR_COMPRESS=1
|
||||
endif
|
||||
|
||||
ifndef DISABLE_RAR_COMPRESS
|
||||
COMPRESS_OBJS += \
|
||||
$O/Rar1Decoder.o \
|
||||
$O/Rar2Decoder.o \
|
||||
$O/Rar3Decoder.o \
|
||||
$O/Rar3Vm.o \
|
||||
$O/Rar5Decoder.o \
|
||||
$O/RarCodecsRegister.o \
|
||||
|
||||
endif
|
||||
|
||||
CRYPTO_OBJS = \
|
||||
$O/7zAes.o \
|
||||
@@ -269,13 +282,18 @@ CRYPTO_OBJS = \
|
||||
$O/MyAesReg.o \
|
||||
$O/Pbkdf2HmacSha1.o \
|
||||
$O/RandGen.o \
|
||||
$O/Rar20Crypto.o \
|
||||
$O/Rar5Aes.o \
|
||||
$O/RarAes.o \
|
||||
$O/WzAes.o \
|
||||
$O/ZipCrypto.o \
|
||||
$O/ZipStrong.o \
|
||||
|
||||
ifndef DISABLE_RAR
|
||||
CRYPTO_OBJS += \
|
||||
$O/Rar20Crypto.o \
|
||||
$O/Rar5Aes.o \
|
||||
$O/RarAes.o \
|
||||
|
||||
endif
|
||||
|
||||
|
||||
C_OBJS = \
|
||||
$O/7zBuf2.o \
|
||||
@@ -323,7 +341,7 @@ C_OBJS = \
|
||||
$O/Sha1Opt.o \
|
||||
|
||||
ARC_OBJS = \
|
||||
$(LZMA_DEC_OPT_OBJS) \
|
||||
$(LZMA_DEC_OPT_OBJS) \
|
||||
$(C_OBJS) \
|
||||
$(MT_OBJS) \
|
||||
$(COMMON_OBJS) \
|
||||
|
||||
Reference in New Issue
Block a user