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. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago[Renamed from PCbuild9/_tkinter.vcproj]
  3. 8affb5f Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1) by Christian Heimes · 17 years ago
  4. 8b01140 Backport of changes to PCbuild9 from the py3k branch by Christian Heimes · 17 years ago
  5. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago