mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
!IF defined(USE_C_LZFINDOPT) || "$(PLATFORM)" != "x64"
|
|
C_OBJS = $(C_OBJS) \
|
|
$O\LzFindOpt.obj
|
|
!ELSE
|
|
ASM_OBJS = $(ASM_OBJS) \
|
|
$O\LzFindOpt.obj
|
|
!ENDIF
|