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

Crc.mak « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f2552c17086050c05541acc9fe943ebcb074f89 (plain)
1
2
3
4
5
6
7
8
C_OBJS = $(C_OBJS) \
  $O\7zCrc.obj
!IF "$(CPU)" == "IA64" || "$(CPU)" == "MIPS"
C_OBJS = $(C_OBJS) \
!ELSE
ASM_OBJS = $(ASM_OBJS) \
!ENDIF
  $O\7zCrcOpt.obj