Files
easy7zip/CPP/7zip/LzmaDec.mak
2018-12-30 13:30:20 +01:00

6 lines
116 B
Makefile

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