aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Asm.mak
blob: 02849031f6cdcc8d6b2fe556c41d3510c7cee6cc (plain)
1
2
3
4
5
6
7
!IF "$(CPU)" == "ARM"
$(ASM_OBJS): ../../../../Asm/Arm/$(*B).asm
	$(COMPL_ASM)
!ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS"
$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm
	$(COMPL_ASM)
!ENDIF