mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
6 lines
116 B
Makefile
6 lines
116 B
Makefile
!IF "$(PLATFORM)" == "x64"
|
|
CFLAGS_C_SPEC = -D_LZMA_DEC_OPT
|
|
ASM_OBJS = $(ASM_OBJS) \
|
|
$O\LzmaDecOpt.obj
|
|
!ENDIF
|