Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/7zip/LzFindOpt.mak

8 lines
152 B
Makefile
Raw Normal View History

2022-05-28 13:45:15 +01:00
!IF defined(USE_C_LZFINDOPT) || "$(PLATFORM)" != "x64"
C_OBJS = $(C_OBJS) \
$O\LzFindOpt.obj
!ELSE
ASM_OBJS = $(ASM_OBJS) \
$O\LzFindOpt.obj
!ENDIF