blob: 436ea379db1f1a3df5a3706bbbc595b4b4ad6b67 (
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
35
36
37
38
|
TOKEN
Name = "PlatformSetupInfo_SUPPORT"
Value = "1"
Help = "Main switch to enable PlatformSetupInfo support in Project"
TokenType = Boolean
TargetMAK = Yes
TargetH = Yes
Master = Yes
End
PATH
Name = "PlatformSetupInfo_DIR"
End
MODULE
Help = "Includes PlatformSetupInfo.mak to Project"
File = "PlatformSetupInfo.mak"
End
ELINK
Name = "$(BUILD_DIR)\PlatformSetupInfo.sdb"
Parent = "SETUP_SDBS"
InvokeOrder = AfterParent
End
ELINK
Name = "$(PlatformSetupInfo_DIR)\PlatformSetupInfo.sd"
Parent = "SETUP_DEFINITIONS"
InvokeOrder = AfterParent
End
ELINK
Name = "InitPlatformSetupInfo,"
Parent = "SetupStringInit"
Priority = -10
InvokeOrder = AfterParent
End
|