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

@ -418,8 +418,6 @@ def main(scriptName, args):
if toolkit == "msvc":
print("setting build options...")
args.append("-f makefile.vc")
if options.unicode:
args.append("UNICODE=1")
if options.wxpython:
args.append("OFFICIAL_BUILD=1")