Check that Unicode is enabled in wxwidgets.props
Give a clear error immediately instead of giving build errors later.
This commit is contained in:
parent
0d6f2f2b85
commit
397af48b46
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@
|
||||||
<Error
|
<Error
|
||||||
Condition="'$(wxUsingDll)$(wxUsingLib)' == ''"
|
Condition="'$(wxUsingDll)$(wxUsingLib)' == ''"
|
||||||
Text="wxWidgets libraries not found under "$(MSBuildThisFileDirectory)lib\vc{,$(wxToolsetVersion),$(wxToolsetVerABICompat)}$(wxArchSuffix)_{lib,dll}$(wxCfg)"." />
|
Text="wxWidgets libraries not found under "$(MSBuildThisFileDirectory)lib\vc{,$(wxToolsetVersion),$(wxToolsetVerABICompat)}$(wxArchSuffix)_{lib,dll}$(wxCfg)"." />
|
||||||
|
<Error
|
||||||
|
Condition="'$(CharacterSet)' != 'Unicode'"
|
||||||
|
Text="wxWidgets requires using Unicode, please change your project options to enable it." />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue