blob: 2f3f33ea33cb9ff63151120e132532898619bf03 (
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
|
TOKEN
Name = "IccProtocolLib_SUPPORT"
Value = "1"
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
Master = Yes
Help = "Main switch to enable IccProtocolLib support in Project"
End
PATH
Name = "IccProtocol_DIR"
End
MODULE
File = "IccProtocolLib.mak"
Help = "Includes IccProtocolLib.mak to Project"
End
ELINK
Name = "IccProtocol_LIB"
InvokeOrder = ReplaceParent
End
ELINK
Name = "$(BUILD_DIR)\IccProtocolLib.lib"
Parent = "IccProtocol_LIB"
InvokeOrder = AfterParent
End
|