mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 08:11:46 -06:00
Normalize all the line endings
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
!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
|
||||
!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
|
||||
|
||||
Reference in New Issue
Block a user