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: 872fb3787046b92ed7a0f77e0cb6354725090076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!IFNDEF CPU
$O\7zCrcT8U.obj: ../../../../Asm/x86/$(*B).asm
	$(COMPL_ASM)
$O\7zCrcT8.obj: ../../../../C/$(*B).c
	$(COMPL_O2)
!ELSE IF "$(CPU)" == "AMD64"
$O\7zCrcT8U.obj: ../../../../Asm/x64/$(*B).asm
	$(COMPL_ASM)
$O\7zCrcT8.obj: ../../../../C/$(*B).c
	$(COMPL_O2)
!ELSE
$(CRC_OBJS): ../../../../C/$(*B).c
	$(COMPL_O2)
!ENDIF