mirror of
https://github.com/holub/mame
synced 2025-07-14 05:55:27 +03: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
|