summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyproject.props
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+15
|
* Fixes sys.winver generation and removes dependency on user32.dllSteve Dower2015-01-151-1/+1
|
* Prevent warning MSB4057: The target "InitializeBuildStatus" does not exist ↵Steve Dower2014-12-121-1/+1
| | | | in the project.
* Removes use of ValueOrDefault function that is not always available on the ↵Steve Dower2014-12-121-1/+2
| | | | buildbots.
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-72/+112
| | | | which will be used for the official 3.5 release.
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-1/+1
|\
| * Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-1/+1
| |
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-0/+4
| |
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
|\ \ | |/
| * Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
| |
| * Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-1/+1
| |
* | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-1/+1
| |
* | Issue #21671: Merge with 3.4Zachary Ware2014-06-061-1/+1
|\ \ | |/
| * Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-061-1/+1
| |
* | Merge with 3.4Martin v. Löwis2014-05-011-1/+1
|\ \ | |/
| * Update to 1.0.1gMartin v. Löwis2014-05-011-1/+1
| |
| * Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-1/+1
| |
* | Issue #21017: Enable Tix debug build on WindowsZachary Ware2014-03-221-1/+1
| |
* | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-221-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Bump Windows build to 3.5Zachary Ware2014-03-171-2/+2
| |
* | Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-1/+1
|/
* Update Tcl/Tk to 8.6.1.Martin v. Löwis2013-11-231-4/+4
|
* Update xz to 5.0.5.Martin v. Löwis2013-11-221-1/+1
|
* Update SQLite to 3.8.1 on Windows.Martin v. Löwis2013-11-221-1/+1
|
* Issue #16632: Enable DEP and ASLR on Windows.Christian Heimes2013-11-201-3/+2
|
* merge with 3.3Georg Brandl2013-05-121-1/+1
|\
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-1/+1
| |
* | #17425: merge 3.3Martin v. Löwis2013-03-241-1/+1
|\ \ | |/
| * Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-1/+1
| |
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-1/+1
|/
* Issue #15102: Fix paths of python executables.Stefan Krah2012-06-241-6/+12
|
* Issue #15102: find python.exe in OutDir, not SolutionDir.Martin v. Löwis2012-06-231-1/+1
|
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-191-4/+7
| | | | | use "references" to link to dependent projects. Update readme and batch files.
* Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-181-1/+1
|
* merge 3.2Martin v. Löwis2012-05-181-1/+1
|
* Upgrade sqlite to 3.7.12.Martin v. Löwis2012-05-141-1/+1
|
* Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-141-1/+1
|
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+96