summaryrefslogtreecommitdiffstats
path: root/PCbuild/_sqlite3.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Refine the Visual Studio 2008 build solution in order to improve how we deal ↵Trent Nelson2008-03-191-25/+1
| | | | | | 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.)
* Revert revision 59913, because it was wrong:Thomas Heller2008-01-111-4/+4
| | | | | | The sqlite3 dll, when compiled in debug mode, must be linked with /MDd to use the debug runtime library. Further, the dll will be named sqlite3_d.dll.
* The sqlite3 dll, when compiled in debug mode, must be linked with /MDdThomas Heller2008-01-111-4/+4
| | | | | to use the debug runtime library. Further, the dll will be named sqlite3_d.dll.
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-311-0/+637
|
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-311-283/+0
|
* Merge 53501 and 53502 from 25 branch:Martin v. Löwis2007-01-201-2/+2
| | | | Add /GS- for AMD64 and Itanium builds where missing.
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-6/+0
|
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-211-2/+2
|
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-4/+4
|
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-2/+2
|
* update to correct version of pysqliteAnthony Baxter2006-04-041-4/+4
|
* Fix Debug, Itanium, AMD64 configurationsMartin v. Löwis2006-04-041-3/+6
|
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-041-0/+286