summaryrefslogtreecommitdiffstats
path: root/PCbuild/_tkinter.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Refine the Visual Studio 2008 build solution in order to improve how we deal ↵Trent Nelson2008-03-191-6/+6
| | | | | | with external components, as well as fixing outstanding issues with Windows x64 build support. Introduce two new .vcproj files, _bsddb44.vcproj and sqlite3.vcproj, which replace the previous pre-link event scripts for _bsddb and _sqlite3 respectively. The new project files inherit from our property files as if they were any other Python module. This has numerous benefits. First, the components get built with exactly the same compiler flags and settings as the rest of Python. Second, it makes it much easier to debug problems in the external components when they're part of the build system. Third, they'll benefit from profile guided optimisation in the release builds, just like the rest of Python core. I've also introduced a slightly new pattern for managing externals in subversion. New components get checked in as <name>-<version>.x, where <version> matches the exact vendor version string. After the initial import of the external component, the .x is tagged as .0 (i.e. tcl-8.4.18.x -> tcl-8.4.18.0). Some components may not need any tweaking, whereas there are others that might (tcl/tk fall into this bucket). In that case, the relevant modifications are made to the .x branch, which will be subsequently tagged as .1 (and then n+1 going forward) when they build successfully and all tests pass. Buildbots will be converted to rely on these explicit tags only, which makes it easy for us to switch them over to a new version as and when required. (Simple change to external(-amd64).bat: if we've bumped tcl to 8.4.18.1, change the .bat to rmdir 8.4.18.0 if it exists and check out a new .1 copy.)
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-311-0/+541
|
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-311-261/+0
|
* Merge 53501 and 53502 from 25 branch:Martin v. Löwis2007-01-201-1/+1
| | | | Add /GS- for AMD64 and Itanium builds where missing.
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-261-1/+1
|
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-211-2/+2
|
* Add build support for AMD64.Martin v. Löwis2006-02-141-0/+62
|
* Patch #1307806: Use project defaults where possibleMartin v. Löwis2006-01-031-90/+6
|
* Bump Tk version to 8.4.7. Build into tcltk directory.Martin v. Löwis2004-08-301-9/+9
|
* Patch #1006916: Remove ODBC library references.Martin v. Löwis2004-08-121-3/+3
|
* Add Itanium targets.Martin v. Löwis2004-07-201-0/+90
|
* Update build procedure to VC 7.1.Martin v. Löwis2004-01-021-0/+193