File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 55 DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);
66 TOOLCHAIN_ROOT=$(TOOLCHAIN_ROOT);
77 TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;
8+ TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\swift\clang;
89 </DefineConstants >
910 </PropertyGroup >
1011
2223 <SuppressRootDirectory >true</SuppressRootDirectory >
2324 </HarvestDirectory >
2425 </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 >
2537</Project >
Original file line number Diff line number Diff line change 506506 <ComponentGroupRef Id =" TestingMacros" />
507507
508508 <ComponentGroupRef Id =" ClangResources" />
509+ <ComponentGroupRef Id =" SwiftClangResources" />
509510
510511 <ComponentGroupRef Id =" EnvironmentVariables" />
511512 <ComponentGroupRef Id =" VersionedDirectoryCleanup" />
Original file line number Diff line number Diff line change 4444 <Directory Id =" _usr_include" Name =" include" />
4545 <Directory Id =" _usr_lib" Name =" lib" >
4646 <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 >
4850 </Directory >
4951 <Directory Id =" _usr_share" Name =" share" >
5052 <Directory Id =" _usr_share_docc" Name =" docc" >
You can’t perform that action at this time.
0 commit comments