File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 5
5
DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);
6
6
TOOLCHAIN_ROOT=$(TOOLCHAIN_ROOT);
7
7
TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;
8
+ TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\swift\clang;
8
9
</DefineConstants >
9
10
</PropertyGroup >
10
11
22
23
<SuppressRootDirectory >true</SuppressRootDirectory >
23
24
</HarvestDirectory >
24
25
</ItemGroup >
26
+
27
+ <ItemGroup >
28
+ <HarvestDirectory Include =" $(TOOLCHAIN_ROOT)\usr\lib\swift\clang" >
29
+ <ComponentGroupName >SwiftClangResources</ComponentGroupName >
30
+ <DirectoryRefId >_usr_lib_swift_clang</DirectoryRefId >
31
+ <PreprocessorVariable >var.TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG</PreprocessorVariable >
32
+ <SuppressCom >true</SuppressCom >
33
+ <SuppressRegistry >true</SuppressRegistry >
34
+ <SuppressRootDirectory >true</SuppressRootDirectory >
35
+ </HarvestDirectory >
36
+ </ItemGroup >
25
37
</Project >
Original file line number Diff line number Diff line change 441
441
<ComponentGroupRef Id =" TestingMacros" />
442
442
443
443
<ComponentGroupRef Id =" ClangResources" />
444
+ <ComponentGroupRef Id =" SwiftClangResources" />
444
445
445
446
<ComponentGroupRef Id =" EnvironmentVariables" />
446
447
<ComponentGroupRef Id =" VersionedDirectoryCleanup" />
Original file line number Diff line number Diff line change 44
44
<Directory Id =" _usr_include" Name =" include" />
45
45
<Directory Id =" _usr_lib" Name =" lib" >
46
46
<Directory Id =" _usr_lib_clang" Name =" clang" />
47
- <Directory Id =" _usr_lib_swift" Name =" swift" />
47
+ <Directory Id =" _usr_lib_swift" Name =" swift" >
48
+ <Directory Id =" _usr_lib_swift_clang" Name =" clang" />
49
+ </Directory >
48
50
</Directory >
49
51
<Directory Id =" _usr_share" Name =" share" >
50
52
<Directory Id =" _usr_share_docc" Name =" docc" >
You can’t perform that action at this time.
0 commit comments