summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/CPP/7zip/Aes.mak
blob: 4d5e98b37e4776306fcca6161bbd5186e8cc85d3 (plain)
1
2
3
4
5
6
7
C_OBJS = $(C_OBJS) \
  $O\Aes.obj

!IF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS" && "$(CPU)" != "ARM" && "$(CPU)" != "ARM64"
ASM_OBJS = $(ASM_OBJS) \
  $O\AesOpt.obj
!ENDIF