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

Crc2.mak « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c257a07759416732a7f54c5a0334cf127e3742e5 (plain)
1
2
3
4
5
6
7
CRC_OBJS = \
!IF "$(CPU)" != "IA64" && "$(CPU)" != "ARM"
  $O\7zCrcT8U.obj \
  $O\7zCrcT8.obj \
!ELSE
  $O\7zCrc.obj \
!ENDIF