Skip to content

Commit

Permalink
Fix release build linker directories for wxWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Dec 9, 2019
1 parent 46ecf33 commit 3d00eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/msvc/properties/DarkRadiant Base Release Win32.props
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup Label="UserMacros">
<PlatformDepsDir>$(DarkRadiantRoot)\w32deps\</PlatformDepsDir>
<LibSuffix />
<WxWidgetsLibDir>vc$(PlatformToolsetVersion)_dll</WxWidgetsLibDir>
<WxWidgetsLibDir>vc14x_dll</WxWidgetsLibDir>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/msvc/properties/DarkRadiant Base Release x64.props
Expand Up @@ -7,7 +7,7 @@
<PlatformDepsDir>$(DarkRadiantRoot)\w64deps\</PlatformDepsDir>
<LibSuffix>
</LibSuffix>
<WxWidgetsLibDir>vc$(PlatformToolsetVersion)_x64_dll</WxWidgetsLibDir>
<WxWidgetsLibDir>vc14x_x64_dll</WxWidgetsLibDir>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup>
Expand Down

0 comments on commit 3d00eb0

Please sign in to comment.