summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/Library/CpuPlatformLib.sdl
blob: eb60154ec246bf43132d1ea2a0281f917042ee60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TOKEN
	Name  = CpuPlatformLib_SUPPORT
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable ThunkLib support in Project"
End

TOKEN
	Name  = "CpuPlatformLib_LIB"
	Value  = "$$(LIB_BUILD_DIR)\CpuPlatformLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

PATH
	Name  = "CpuPlatformLib_DIR"
End

MODULE
	Help  = "Includes ThunkLib.mak to Project"
	File  = "CpuPlatformLib.mak"
End

ELINK
	Name  = "/I$(CpuPlatformLib_DIR)\CpuPlatformLib"
	Parent  = "PROJECT_CPU_INCLUDES"
	InvokeOrder = AfterParent
End