summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/Library/TxtLib.sdl
blob: 028362bbee99d794769d1da52b19b328a2595471 (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
TOKEN
	Name  = TxtLib_SUPPORT
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable TxtLib support in Project"
End

TOKEN
	Name  = "TxtLib_LIB"
	Value  = "$$(LIB_BUILD_DIR)\TxtLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

PATH
	Name  = "TxtLib_DIR"
End

ELINK
	Name  = "/I$(TxtLib_DIR)\TxtLib"
	Parent  = "PROJECT_CPU_INCLUDES"
	InvokeOrder = AfterParent
End

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