summaryrefslogtreecommitdiffstats
path: root/PCbuild/x64.props
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-221-1/+7
| | | | | | | | | | | | | | | | 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
* Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.Tim Golden2013-10-271-1/+1
|
* Issue #15102: Fix paths of python executables.Stefan Krah2012-06-241-6/+0
|
* Issue #15102: Use HOST_PYTHON only if it is set.Martin v. Löwis2012-06-231-2/+2
|
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-191-1/+1
| | | | | use "references" to link to dependent projects. Update readme and batch files.
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+26