Skip to content

Commit 99c4de9

Browse files
committed
[Windows] Add _CompilerSwiftSyntax libs and plugin servers
1 parent cc57ac7 commit 99c4de9

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,42 @@
365365
</Component>
366366
</ComponentGroup>
367367

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+
368404
<ComponentGroup Id="swift_syntax" Directory="_usr_bin">
369405
<Component>
370406
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftBasicFormat.dll" />
@@ -378,6 +414,9 @@
378414
<Component>
379415
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftIDEUtils.dll" />
380416
</Component>
417+
<Component>
418+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftLibraryPluginProvider.dll" />
419+
</Component>
381420
<Component>
382421
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftOperators.dll" />
383422
</Component>
@@ -404,6 +443,15 @@
404443
</Component>
405444
</ComponentGroup>
406445

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+
407455
<ComponentGroup Id="EnvironmentVariables">
408456
<Component Id="UserPathVariable" Condition="NOT ALLUSERS=1" Directory="_usr_bin" Guid="ab52b870-23ee-42e8-9581-3fcbdfb9228c">
409457
<Environment Action="set" Name="Path" Part="last" Permanent="no" System="no" Value="[_usr_bin]" />
@@ -423,7 +471,9 @@
423471
<ComponentGroupRef Id="argument_parser" />
424472
<ComponentGroupRef Id="tools_support_core" />
425473
<ComponentGroupRef Id="swift_driver" />
474+
<ComponentGroupRef Id="compiler_swift_syntax" />
426475
<ComponentGroupRef Id="swift_syntax" />
476+
<ComponentGroupRef Id="plugin_server" />
427477
<ComponentGroupRef Id="SwiftMacros" />
428478

429479
<ComponentGroupRef Id="ClangResources" />

0 commit comments

Comments
 (0)