summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Heci/MeHeci.sdl
blob: 8755bf87c129fee57f8b842e5fe06f958da0a094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOKEN
	Name  = "MeHeci_SUPPORT"
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable MeHeci support in Project"
End

PATH
	Name  = "MeHeci_DIR"
	Help  = "Me Heci Driver files source directory"
End
ELINK
	Name  = "/I$(MeHeci_DIR)\Include"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End