| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Includes backported fixes from GH-14091
|
| |
|
|
|
| |
This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
|
|
|
| |
Also adds the PC/layout script for generating layouts on Windows.
|
|
|
| |
This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
|
| |
|
|
|
| |
Updates ssl and tkinter projects to use pre-built externals
|
| |
|
|
|
|
|
| |
The new private C function makes no permanent changes to the environment
and is #ifdef'd out on non-Windows platforms.
|
|
|
|
| |
which will be used for the official 3.5 release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
solution.
Currently, Tix is not built in Debug configuration.
This change also:
- simplifies some Tcl/Tk-related msbuild properties for _tkinter
- copies the Tcl and Tk DLLs into the build output directory, meaning
they will always be available after a build without having to copy
them manually or change PATH
- removes PCbuild/build_tkinter.py: the solution does the build without
needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with
the rest of the build using the `/m` msbuild command line switch)
- removes an outdated README concerning building Tcl/Tk on AMD64
|
|
|
|
|
| |
use "references" to link to dependent projects.
Update readme and batch files.
|
|
|
|
|
|
|
|
| |
branch: vs2010
tag: tip
user: Brian Curtin <brian@python.org>
date: Sun May 13 16:15:11 2012 -0500
summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010
|
|
|