diff options
Diffstat (limited to 'CPP/7zip/Crc64.mak')
-rw-r--r-- | CPP/7zip/Crc64.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CPP/7zip/Crc64.mak b/CPP/7zip/Crc64.mak new file mode 100644 index 0000000..d58a483 --- /dev/null +++ b/CPP/7zip/Crc64.mak | |||
@@ -0,0 +1,8 @@ | |||
1 | C_OBJS = $(C_OBJS) \ | ||
2 | $O\XzCrc64.obj | ||
3 | !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64" | ||
4 | C_OBJS = $(C_OBJS) \ | ||
5 | !ELSE | ||
6 | ASM_OBJS = $(ASM_OBJS) \ | ||
7 | !ENDIF | ||
8 | $O\XzCrc64Opt.obj | ||