summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Library/MeLibrary.sdl
blob: 6617dce1d07508af821915ecc4ec475d512ac259 (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
32
TOKEN
	Name  = "MeLibrary_SUPPORT"
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable MeLibrary support in Project"
End

PATH
	Name  = "MeLibrary_DIR"
	Help  = "Me Library file source directory"
End

ELINK
	Name  = "/I$(MeLibrary_DIR)\Include"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(MeLibrary_DIR)\PttHeci\Include"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(INTEL_PCH_INCLUDES)"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End