summaryrefslogtreecommitdiffstats
path: root/PCbuild/_tkinter.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-1/+1
| | | Includes backported fixes from GH-14091
* bpo-36941: Windows build changes for Windows ARM64 (GH-13365)Paul Monson2019-05-171-0/+16
|
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-0/+16
| | | 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.
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-0/+6
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-6/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+6
|
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-6/+10
| | | Updates ssl and tkinter projects to use pre-built externals
* Adds version info to all signed binaries on Windows.Steve Dower2016-04-061-0/+3
|
* Issue #20035: Reimplement tkinter._fix module as a C function.Zachary Ware2015-05-221-0/+1
| | | | | The new private C function makes no permanent changes to the environment and is #ifdef'd out on non-Windows platforms.
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-183/+8
| | | | which will be used for the official 3.5 release.
* Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-221-9/+23
| | | | | | | | | | | | | | | | 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
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-191-5/+0
| | | | | use "references" to link to dependent projects. Update readme and batch files.
* changeset: 76969:0cbe1099226dBrian Curtin2012-05-131-0/+4
| | | | | | | | 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
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+252