mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
21.03
This commit is contained in:
7
CPP/7zip/LzFindOpt.mak
Normal file
7
CPP/7zip/LzFindOpt.mak
Normal file
@@ -0,0 +1,7 @@
|
||||
!IF defined(USE_C_LZFINDOPT) || "$(PLATFORM)" != "x64"
|
||||
C_OBJS = $(C_OBJS) \
|
||||
$O\LzFindOpt.obj
|
||||
!ELSE
|
||||
ASM_OBJS = $(ASM_OBJS) \
|
||||
$O\LzFindOpt.obj
|
||||
!ENDIF
|
||||
Reference in New Issue
Block a user