Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Crc.mak « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99c370b8b26ecc47f9b6e196a09514c75135fd88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!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