Skip to content

Commit 3e79b14

Browse files
authoredNov 29, 2021
Merge pull request swiftlang#64 from apple/compnerd/argument-parser-tool-info
Update devtools.wxs
2 parents 5f94ff9 + d612d94 commit 3e79b14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎platforms/Windows/devtools.wxs

+2
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@
116116
<!-- swift-argument-parser -->
117117
<Component Id="SWIFT_ARGUMENT_PARSER_BINS" Guid="ead7f2bd-f3ce-4f50-a04e-a2b9af25ae03">
118118
<File Id="ARGUMENT_PARSER_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParser.dll" Checksum="yes" />
119+
<File Id="ARGUMENT_PARSER_TOOL_INFO_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParserToolInfo.dll" Checksum="yes" />
119120
</Component>
120121

121122
<?ifdef INCLUDE_DEBUG_INFO ?>
122123
<Component Id="SWIFT_ARGUMENT_PARSER_DEBUGINFO" Guid="93c2ef9c-ba1f-462c-8701-2d77125ec9c8">
123124
<File Id="ARGUMENT_PARSER_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParser.pdb" Checksum="yes" />
125+
<File Id="ARGUMENT_PARSER_TOOL_INFO_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParserToolInfo.pdb" Checksum="yes" />
124126
</Component>
125127
<?endif?>
126128

0 commit comments

Comments
 (0)