Skip to content

Commit 0e4e2d9

Browse files
authored
Merge pull request swiftlang#67 from apple/compnerd/swift-system
Update devtools.wxs
2 parents 07db801 + f00806a commit 0e4e2d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

platforms/Windows/devtools.wxs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,17 @@
217217
<File Id="SWIFT_TEST_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\swift-test.pdb" Checksum="yes" />
218218
</Component>
219219
<?endif?>
220+
221+
<!-- swift-system -->
222+
<Component Id="SWIFT_SYSTEM_BINS" Guid="12bc7c44-ee92-4d7f-ad73-d33465707195">
223+
<File Id="SWIFT_PACKAGE_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\SystemPackage.dll" Checksum="yes" />
224+
</Component>
225+
226+
<?ifdef INCLUDE_DEBUG_INFO ?>
227+
<Component Id="SWIFT_SYSTEM_DEBUGINFO" Guid="91a89290-7436-4b6e-925a-3e1d43304f20">
228+
<File Id="SWIFT_PACKAGE_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\SystemPackage.pdb" Checksum="yes" />
229+
</Component>
230+
<?endif?>
220231

221232
<!-- swift-tools-support-core -->
222233
<Component Id="SWIFT_TOOLS_SUPPORT_CORE_BINS" Guid="24999b97-7709-4a57-a987-4f8b7e16bb53">
@@ -271,6 +282,7 @@
271282
<ComponentRef Id="SWIFT_COLLECTIONS_BINS" />
272283
<ComponentRef Id="SWIFT_DRIVER_BINS" />
273284
<ComponentRef Id="SWIFT_PACKAGE_MANAGER_BINS" />
285+
<ComponentRef Id="SWIFT_SYSTEM_BINS" />
274286
<ComponentRef Id="SWIFT_TOOLS_SUPPORT_CORE_BINS" />
275287
<ComponentRef Id="MANIFEST_API" />
276288
<ComponentRef Id="YAMS_BINS" />
@@ -287,6 +299,7 @@
287299
<ComponentRef Id="SWIFT_COLLECTIONS_DEBUGINFO" />
288300
<ComponentRef Id="SWIFT_DRIVER_DEBUGINFO" />
289301
<ComponentRef Id="SWIFT_PACKAGE_MANAGER_DEBUGINFO" />
302+
<ComponentRef Id="SWIFT_SYSTEM_DEBUGINFO" />
290303
<ComponentRef Id="SWIFT_TOOLS_SUPPORT_CORE_DEBUGINFO" />
291304
<ComponentRef Id="MANIFEST_API_DEBUGINFO" />
292305
<ComponentRef Id="YAMS_DEBUGINFO" />

0 commit comments

Comments
 (0)