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:
Vadim Zeitlin 2022-03-28 00:01:07 +01:00
parent 9e5c8a8027
commit 891cbb1e0e

View File

@ -116,7 +116,7 @@
<Target Name="CheckWXLibs">
<Error
Condition="'$(wxUsingDll)$(wxUsingLib)' == ''"
Text="wxWidgets libraries not found under &quot;$(MSBuildThisFileDirectory)lib&quot;." />
Text="wxWidgets libraries not found under &quot;$(MSBuildThisFileDirectory)lib\vc{,$(wxToolsetVersion),$(wxToolsetVerABICompat)}$(wxArchSuffix)_{lib,dll}$(wxCfg)&quot;." />
</Target>
<ItemDefinitionGroup>