Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
91a3b9e4f08a5e1325642c68543495c32fc853f9
/
PCbuild
/
sqlite3.vcproj
416d31a
Move amd64 properties further to the top, so that they override
by Martin v. Löwis
· 16 years ago
a3e3cb7
Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
by Martin v. Löwis
· 16 years ago
d84fd95
Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
by Martin v. Löwis
· 16 years ago
06510b2
Run svneol.py on all sources.
by Martin v. Löwis
· 16 years ago
cac8f58
Update AMD64 build for amalgamated sqlite.
by Martin v. Löwis
· 16 years ago
cc0f2b2
Switch to SQLite 3.5.9.
by Martin v. Löwis
· 16 years ago
05a9664
Refine the Visual Studio 2008 build solution in order to improve how we deal 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.
by Trent Nelson
· 17 years ago