summaryrefslogtreecommitdiff
path: root/Protocol/ProtocolLib.sdl
blob: 585fcafa2081845f6b975d38364dcb63e691d5e1 (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  = "ProtocolLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable ProtocolLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "ProtocolLib_DIR"
End

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

ELINK
	Name  = "ProtocolLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\ProtocolLib.lib"
	Parent  = "ProtocolLib_LIB"
	InvokeOrder = AfterParent
End