mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 20:06:58 -06:00
Initialer Commit
This commit is contained in:
9
CPP/7zip/Asm.mak
Normal file
9
CPP/7zip/Asm.mak
Normal file
@@ -0,0 +1,9 @@
|
||||
!IFDEF ASM_OBJS
|
||||
!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
|
||||
!ENDIF
|
||||
Reference in New Issue
Block a user