mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
!IF "$(PLATFORM)" == "x64"
|
|
!IFNDEF NO_ASM
|
|
CFLAGS_C_SPEC = -DZ7_LZMA_DEC_OPT
|
|
ASM_OBJS = $(ASM_OBJS) \
|
|
$O\LzmaDecOpt.obj
|
|
!ENDIF
|
|
!ENDIF
|