mirror of
https://github.com/mamedev/mame.git
synced 2025-04-02 10:52:13 -04:00
7 lines
135 B
Makefile
7 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
|