Provide more details in the error message from wxwidgets.props
Give the full path of the directory where we failed to find the libraries, as this can be useful to show what exactly are we looking for.
This commit is contained in:
parent
9e5c8a8027
commit
891cbb1e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
<Target Name="CheckWXLibs">
|
||||
<Error
|
||||
Condition="'$(wxUsingDll)$(wxUsingLib)' == ''"
|
||||
Text="wxWidgets libraries not found under "$(MSBuildThisFileDirectory)lib"." />
|
||||
Text="wxWidgets libraries not found under "$(MSBuildThisFileDirectory)lib\vc{,$(wxToolsetVersion),$(wxToolsetVerABICompat)}$(wxArchSuffix)_{lib,dll}$(wxCfg)"." />
|
||||
</Target>
|
||||
|
||||
<ItemDefinitionGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue