|
365 | 365 | </Component>
|
366 | 366 | </ComponentGroup>
|
367 | 367 |
|
| 368 | + <ComponentGroup Id="compiler_swift_syntax" Directory="_usr_bin"> |
| 369 | + <Component> |
| 370 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftBasicFormat.dll" /> |
| 371 | + </Component> |
| 372 | + <Component> |
| 373 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftCompilerPluginMessageHandling.dll" /> |
| 374 | + </Component> |
| 375 | + <Component> |
| 376 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftDiagnostics.dll" /> |
| 377 | + </Component> |
| 378 | + <Component> |
| 379 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftIDEUtils.dll" /> |
| 380 | + </Component> |
| 381 | + <Component> |
| 382 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftOperators.dll" /> |
| 383 | + </Component> |
| 384 | + <Component> |
| 385 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftParser.dll" /> |
| 386 | + </Component> |
| 387 | + <Component> |
| 388 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftParserDiagnostics.dll" /> |
| 389 | + </Component> |
| 390 | + <Component> |
| 391 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftSyntax.dll" /> |
| 392 | + </Component> |
| 393 | + <Component> |
| 394 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftSyntaxBuilder.dll" /> |
| 395 | + </Component> |
| 396 | + <Component> |
| 397 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftSyntaxMacroExpansion.dll" /> |
| 398 | + </Component> |
| 399 | + <Component> |
| 400 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftSyntaxMacros.dll" /> |
| 401 | + </Component> |
| 402 | + </ComponentGroup> |
| 403 | + |
368 | 404 | <ComponentGroup Id="swift_syntax" Directory="_usr_bin">
|
369 | 405 | <Component>
|
370 | 406 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftBasicFormat.dll" />
|
|
378 | 414 | <Component>
|
379 | 415 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftIDEUtils.dll" />
|
380 | 416 | </Component>
|
| 417 | + <Component> |
| 418 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftLibraryPluginProvider.dll" /> |
| 419 | + </Component> |
381 | 420 | <Component>
|
382 | 421 | <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftOperators.dll" />
|
383 | 422 | </Component>
|
|
404 | 443 | </Component>
|
405 | 444 | </ComponentGroup>
|
406 | 445 |
|
| 446 | + <ComponentGroup Id="plugin_server" Directory="_usr_bin"> |
| 447 | + <Component> |
| 448 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-plugin-server.exe" /> |
| 449 | + </Component> |
| 450 | + <Component> |
| 451 | + <File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftInProcPluginServer.dll" /> |
| 452 | + </Component> |
| 453 | + </ComponentGroup> |
| 454 | + |
407 | 455 | <ComponentGroup Id="EnvironmentVariables">
|
408 | 456 | <Component Id="UserPathVariable" Condition="NOT ALLUSERS=1" Directory="_usr_bin" Guid="ab52b870-23ee-42e8-9581-3fcbdfb9228c">
|
409 | 457 | <Environment Action="set" Name="Path" Part="last" Permanent="no" System="no" Value="[_usr_bin]" />
|
|
423 | 471 | <ComponentGroupRef Id="argument_parser" />
|
424 | 472 | <ComponentGroupRef Id="tools_support_core" />
|
425 | 473 | <ComponentGroupRef Id="swift_driver" />
|
| 474 | + <ComponentGroupRef Id="compiler_swift_syntax" /> |
426 | 475 | <ComponentGroupRef Id="swift_syntax" />
|
| 476 | + <ComponentGroupRef Id="plugin_server" /> |
427 | 477 | <ComponentGroupRef Id="SwiftMacros" />
|
428 | 478 |
|
429 | 479 | <ComponentGroupRef Id="ClangResources" />
|
|
0 commit comments