blob: bc00d62bf12a4193c390e38419a8c53110de8462 (
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 = "AmtWrapperProtocolLib_SUPPORT"
Value = "1"
Help = "Main switch to enable AmtWrapperProtocolLib support in Project"
TokenType = Boolean
TargetMAK = Yes
Master = Yes
End
PATH
Name = "AmtWrapperProtocolLib_DIR"
End
ELINK
Name = "/I$(AmtWrapperProtocolLib_DIR)\AmtWrapper"
Parent = "ME_INCLUDES"
InvokeOrder = AfterParent
End
MODULE
Help = "Includes AmtWrapperProtocolLib.mak to Project"
File = "AmtWrapperProtocolLib.mak"
End
ELINK
Name = "AmtWrapperProtocolLib_LIB"
InvokeOrder = ReplaceParent
End
ELINK
Name = "$(BUILD_DIR)\AmtWrapperProtocolLib.lib"
Parent = "AmtWrapperProtocolLib_LIB"
InvokeOrder = AfterParent
End
|