Files
easy7zip/CPP/7zip/LzFindOpt.mak
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

8 lines
152 B
Makefile
Executable File

!IF defined(USE_C_LZFINDOPT) || "$(PLATFORM)" != "x64"
C_OBJS = $(C_OBJS) \
$O\LzFindOpt.obj
!ELSE
ASM_OBJS = $(ASM_OBJS) \
$O\LzFindOpt.obj
!ENDIF