diff options
Diffstat (limited to 'CPP/7zip/Crc64.mak')
-rw-r--r-- | CPP/7zip/Crc64.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Crc64.mak b/CPP/7zip/Crc64.mak index d58a483..27a50d7 100644 --- a/CPP/7zip/Crc64.mak +++ b/CPP/7zip/Crc64.mak | |||
@@ -1,6 +1,6 @@ | |||
1 | C_OBJS = $(C_OBJS) \ | 1 | C_OBJS = $(C_OBJS) \ |
2 | $O\XzCrc64.obj | 2 | $O\XzCrc64.obj |
3 | !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64" | 3 | !IF defined(USE_NO_ASM) || defined(USE_C_CRC64) || "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64" |
4 | C_OBJS = $(C_OBJS) \ | 4 | C_OBJS = $(C_OBJS) \ |
5 | !ELSE | 5 | !ELSE |
6 | ASM_OBJS = $(ASM_OBJS) \ | 6 | ASM_OBJS = $(ASM_OBJS) \ |