Skip to content

Commit

Permalink
Update VS project to account for Ruby 3.2 DLL name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Dec 21, 2023
1 parent a1d148d commit cbc67e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DebugServer/DebugServer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)../ThirdParty/lib/Debug/x64</AdditionalLibraryDirectories>
<AdditionalDependencies>x64-msvcrt-ruby320.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>x64-ucrt-ruby320.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>set TARGETDIR=$(TargetDir)
Expand All @@ -89,7 +89,7 @@ call $(SolutionDir)postbuild.bat
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalLibraryDirectories>$(SolutionDir)../ThirdParty/lib/Release/x64</AdditionalLibraryDirectories>
<AdditionalDependencies>x64-msvcrt-ruby320.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>x64-ucrt-ruby320.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>set TARGETDIR=$(TargetDir)
Expand Down
Binary file removed ThirdParty/lib/Debug/x64/x64-msvcrt-ruby320.lib
Binary file not shown.
Binary file added ThirdParty/lib/Debug/x64/x64-ucrt-ruby320.lib
Binary file not shown.
Binary file removed ThirdParty/lib/Release/x64/x64-msvcrt-ruby320.lib
Binary file not shown.
Binary file added ThirdParty/lib/Release/x64/x64-ucrt-ruby320.lib
Binary file not shown.

0 comments on commit cbc67e9

Please sign in to comment.