Skip to content

Commit

Permalink
Link all dependencies for Static configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 3, 2024
1 parent 033a462 commit d38f5cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/Client/BugTrap.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@
<Link>
<AdditionalDependencies>ws2_32.lib;comctl32.lib;shlwapi.lib;version.lib;wininet.lib;nothrownew.obj;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Lib>
<AdditionalDependencies>ws2_32.lib;comctl32.lib;shlwapi.lib;version.lib;wininet.lib;nothrownew.obj;%(AdditionalDependencies)</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="$(Configuration.Contains('Static'))">
<ClCompile>
<PreprocessorDefinitions>BUGTRAP_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ProjectReference>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="$(Configuration.Contains('.NET'))">
<Link>
Expand Down

0 comments on commit d38f5cd

Please sign in to comment.