mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 00:07:06 -06:00
21.02
This commit is contained in:
13
CPP/7zip/Sha1.mak
Normal file
13
CPP/7zip/Sha1.mak
Normal file
@@ -0,0 +1,13 @@
|
||||
COMMON_OBJS = $(COMMON_OBJS) \
|
||||
$O\Sha1Prepare.obj
|
||||
|
||||
C_OBJS = $(C_OBJS) \
|
||||
$O\Sha1.obj
|
||||
|
||||
!IF defined(USE_C_SHA) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
|
||||
C_OBJS = $(C_OBJS) \
|
||||
$O\Sha1Opt.obj
|
||||
!ELSEIF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
|
||||
ASM_OBJS = $(ASM_OBJS) \
|
||||
$O\Sha1Opt.obj
|
||||
!ENDIF
|
||||
Reference in New Issue
Block a user