mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue #21665: Don't use 'OPTS=noxp' when compiling Tk.
That option had been for Win2k compatibility (which was dropped with Python 3.3) and makes default ttk ugly on post-Win2k systems.
This commit is contained in:
commit
ba9d233d83
1 changed files with 2 additions and 2 deletions
|
|
@ -153,9 +153,9 @@ IF "$(Platform)" EQU "Win32" set TclMachine=IX86
|
||||||
IF "$(Platform)" EQU "x64" set TclMachine=AMD64
|
IF "$(Platform)" EQU "x64" set TclMachine=AMD64
|
||||||
|
|
||||||
IF "$(Configuration)" EQU "Debug" (
|
IF "$(Configuration)" EQU "Debug" (
|
||||||
set TclOpts=symbols,noxp
|
set TclOpts=symbols
|
||||||
) ELSE (
|
) ELSE (
|
||||||
set TclOpts=noxp
|
set TclOpts=
|
||||||
)
|
)
|
||||||
|
|
||||||
cd $(tkDir)\win
|
cd $(tkDir)\win
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue