Remove UNICODE build option, hardcode its value as 1

Also hardcode "u" suffix for the library names -- it doesn't make sense
any longer, but we need to keep it for compatibility.
This commit is contained in:
Vadim Zeitlin 2022-10-27 19:36:43 +02:00
parent 6e8290a9ce
commit c78b0d652b
371 changed files with 3371 additions and 4770 deletions

View file

@ -304,15 +304,6 @@ The full list of the build settings follows:
Build shared libraries (DLLs). By default, DLLs are not built
(SHARED=0).
* `UNICODE=0`
To completely disable Unicode support (default is UNICODE=1). It should not
be necessary to do this.
This option affect name of the library ('u' is appended in the default
Unicode build) and the directory where the library and setup.h are stored
(ditto).
* `WXUNIV=1`
Build wxUniversal instead of native wxMSW