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:
parent
6e8290a9ce
commit
c78b0d652b
371 changed files with 3371 additions and 4770 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue