mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
8 lines
152 B
Makefile
Executable File
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
|