summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Ppi/MeLibPpi.sdl
blob: cedbd4be5403357479883bccae72ad532511d62b (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
33
34
TOKEN
	Name  = "MeLibPpi_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable MeLibPpi support in Project"
	TokenType = Boolean
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "MeLibPpi_DIR"
End

MODULE
	Help  = "Includes MeLibPpi.mak to Project"
	File  = "MeLibPpi.mak"
End

ELINK
	Name  = "MeLibPpi_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\MeLibPpi.lib"
	Parent  = "MeLibPpi_LIB"
	InvokeOrder = AfterParent
End

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