Files
easy7zip/CPP/7zip/Asm.mak
Igor Pavlov 2efa10565a 17.00
2017-05-05 18:56:20 +01:00

10 lines
238 B
Makefile

!IFDEF ASM_OBJS
!IF "$(CPU)" == "ARM"
$(ASM_OBJS): ../../../../Asm/Arm/$(*B).asm
$(COMPL_ASM)
!ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS" && "$(CPU)" != "ARM64"
$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm
$(COMPL_ASM)
!ENDIF
!ENDIF