1. 26 Ock, 2005 2 kayıt (commit)
  2. 25 Ock, 2005 11 kayıt (commit)
  3. 23 Ock, 2005 1 kayıt (commit)
  4. 20 Ock, 2005 3 kayıt (commit)
  5. 19 Ock, 2005 10 kayıt (commit)
  6. 17 Ock, 2005 6 kayıt (commit)
  7. 11 Ock, 2005 1 kayıt (commit)
    • Jack Jansen's avatar
      Backport of fixes for #887242 and #1097739: · 904688b7
      Jack Jansen yazdı
      If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
      setup extensions to link with dynamic lookup. We also record the
      value in the Makefile, and distutils uses the same value to build extension
      modules. If MACOSX_DEPLOYMENT_TARGET is not set it defaults to the
      current OSX version.
      
      If we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier)
      we link extensions directly against the dynamic library in the framework in
      stead of against the framework. This will fix building extensions for 2.3
      after 2.4 has been installed too.
      904688b7
  8. 07 Ock, 2005 3 kayıt (commit)
  9. 05 Ock, 2005 1 kayıt (commit)
  10. 04 Ock, 2005 2 kayıt (commit)