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