Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a41be1d1d2a7f77a5271ac95402ff162b3017348
/
PCbuild
/
_bsddb.vcproj
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
8c4e799
Rely on x64 platform configuration when building _bsddb on AMD64.
by Martin v. Löwis
· 17 years ago
3af3ecc
Fixed paths to Windows build directories in build_ext.py
by Christian Heimes
· 17 years ago
3adfe9a
Renamed PCBuild9 directory to PCBuild
by Christian Heimes
· 17 years ago
[Renamed from PCbuild9/_bsddb.vcproj]
e8954f8
Backport of the PCbuild9 directory from the py3k branch.
by Christian Heimes
· 17 years ago