1. 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 · 16 years ago
  2. eb65c99 Revert revision 59913, because it was wrong: by Thomas Heller · 17 years ago
  3. 348fd45 The sqlite3 dll, when compiled in debug mode, must be linked with /MDd by Thomas Heller · 17 years ago
  4. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago[Renamed from PCbuild9/_sqlite3.vcproj]
  5. 76fa9c0 Fixed quoting and paths in the sqlite project file by Christian Heimes · 17 years ago
  6. 3e9ac99 Backport of fixes from py3k branch svn merge -r59131:HEAD ../../py3k/PCbuild9/ . by Christian Heimes · 17 years ago
  7. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago