mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
16 lines
295 B
Makefile
Executable File
16 lines
295 B
Makefile
Executable File
!IF "$(CPU)" != "IA64"
|
|
!IF "$(CPU)" != "AMD64"
|
|
$O\7zCrcT8U.obj: ../../../../Asm/x86/$(*B).asm
|
|
$(COMPL_ASM)
|
|
!ELSE
|
|
$O\7zCrcT8U.obj: ../../../../Asm/x64/$(*B).asm
|
|
$(COMPL_ASM)
|
|
!ENDIF
|
|
$O\7zCrcT8.obj: ../../../../C/$(*B).c
|
|
$(COMPL_O2)
|
|
!ELSE
|
|
$(CRC_OBJS): ../../../../C/$(*B).c
|
|
$(COMPL_O2)
|
|
!ENDIF
|
|
|