Files
easy7zip/CPP/7zip/LzmaDec.mak
Igor Pavlov f19b649c73 18.03
2018-03-12 11:19:46 +00:00

6 lines
108 B
Makefile

!IF "$(CPU)" == "AMD64"
CFLAGS_C_SPEC = -D_LZMA_DEC_OPT
ASM_OBJS = $(ASM_OBJS) \
$O\LzmaDecOpt.obj
!ENDIF