summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/CompilerStub/CompilerStub.sdl
blob: 5cf7e65b01d0a84e3c01634cf0bbf761bb4ea907 (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
TOKEN
	Name  = "CompilerStub_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable CompilerStub support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

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

PATH
	Name  = "CompilerStub_DIR"
End

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