Skip to content

Commit

Permalink
Deploy dbghelp.dll from Windows SDK folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 2, 2024
1 parent 1610632 commit bc4f2c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file removed pkg/dbghelp.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions source/Client/BugTrap.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
</ItemGroup>
<ItemGroup>
<None Include="BugTrap.def" />
<CopyFileToFolders Condition="exists('$(WindowsSdkDir)Debuggers\$(PlatformShortName)\dbghelp.dll')" Include="$(WindowsSdkDir)Debuggers\$(PlatformShortName)\dbghelp.dll">
<FileType>Document</FileType>
</CopyFileToFolders>
<None Include="res\KeyPair.snk" />
<None Include="res\Upload.avi" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions source/Client/BugTrap.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,7 @@
<Filter>Accessories\Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Condition="exists('$(WindowsSdkDir)Debuggers\$(PlatformShortName)\dbghelp.dll')" Include="$(WindowsSdkDir)Debuggers\$(PlatformShortName)\dbghelp.dll" />
</ItemGroup>
</Project>

0 comments on commit bc4f2c5

Please sign in to comment.