Skip to content

Commit

Permalink
Classic: Link with runtimeobject.lib. (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Feb 9, 2024
1 parent 0d4d9fb commit 2db50de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NanaZip.UI.Classic/NanaZip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ClCompile>
<Link>
<LargeAddressAware>true</LargeAddressAware>
<AdditionalDependencies>comctl32.lib;htmlhelp.lib;comdlg32.lib;Mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>runtimeobject.lib;comctl32.lib;htmlhelp.lib;comdlg32.lib;Mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>mpr.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
Expand Down
2 changes: 1 addition & 1 deletion NanaZip.UI.Classic/NanaZipShellExtension.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Link>
<LargeAddressAware>true</LargeAddressAware>
<ModuleDefinitionFile>NanaZipShellExtension.def</ModuleDefinitionFile>
<AdditionalDependencies>comctl32.lib;htmlhelp.lib;comdlg32.lib;Mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>runtimeobject.lib;comctl32.lib;htmlhelp.lib;comdlg32.lib;Mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 2db50de

Please sign in to comment.