Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions platforms/Windows/cli/cli.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@

<ComponentGroup Id="CompilerPluginSupport" Directory="_usr_lib_swift_pm_ManifestAPI">
<Component>
<File Source="$(DEVTOOLS_ROOT)\usr\lib\swift\pm\ManifestAPI\CompilerPluginSupport.dll" />
</Component>
<Component>
<!-- TODO(compnerd) use a lib prefix -->
<File Source="$(DEVTOOLS_ROOT)\usr\lib\swift\pm\ManifestAPI\CompilerPluginSupport.lib" />
</Component>
<Component>
Expand All @@ -149,9 +147,7 @@

<ComponentGroup Id="PackageDescription" Directory="_usr_lib_swift_pm_ManifestAPI">
<Component>
<File Source="$(DEVTOOLS_ROOT)\usr\lib\swift\pm\ManifestAPI\PackageDescription.dll" />
</Component>
<Component>
<!-- TODO(compnerd) use a lib prefix -->
<File Source="$(DEVTOOLS_ROOT)\usr\lib\swift\pm\ManifestAPI\PackageDescription.lib" />
</Component>
<Component>
Expand All @@ -164,9 +160,7 @@

<ComponentGroup Id="PackagePlugin" Directory="_usr_lib_swift_pm_PluginAPI">
<Component>
<File Source="$(DEVTOOLS_ROOT)\usr\lib\swift\pm\PluginAPI\PackagePlugin.dll" />
</Component>
<Component>
<!-- TODO(compnerd) use a lib prefix -->
<File Source="$(DEVTOOLS_ROOT)\usr\lib\swift\pm\PluginAPI\PackagePlugin.lib" />
</Component>
<Component>
Expand Down