Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Aes.mak « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5a58f28f4a59b27237251952d7669a9dc965e4f (plain)
1
2
3
4
5
6
7
C_OBJS = $(C_OBJS) \
  $O\Aes.obj

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