mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
!IF "$(PLATFORM)" == "x64"
|
|
!IFNDEF NO_ASM
|
|
CFLAGS_C_SPEC = -D_LZMA_DEC_OPT
|
|
ASM_OBJS = $(ASM_OBJS) \
|
|
$O\LzmaDecOpt.obj
|
|
!ENDIF
|
|
!ENDIF
|