mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 18:07:15 -06:00
Update to 7-Zip Version 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