1. 16 Jan, 2001 1 commit
  2. 15 Jan, 2001 1 commit
  3. 11 Jan, 2001 1 commit
  4. 09 Jan, 2001 1 commit
  5. 20 Dec, 2000 1 commit
  6. 12 Dec, 2000 1 commit
  7. 11 Nov, 2000 1 commit
  8. 15 Oct, 2000 1 commit
  9. 14 Oct, 2000 5 commits
  10. 12 Oct, 2000 1 commit
  11. 03 Oct, 2000 4 commits
  12. 02 Oct, 2000 5 commits
  13. 01 Oct, 2000 2 commits
  14. 30 Sep, 2000 13 commits
  15. 29 Sep, 2000 1 commit
    • Thomas Heller's avatar
      Removed the extra_dirs and path_file metadata options. · 96979143
      Thomas Heller authored
      They are unneeded: All this stuff is already done by the
      install command which is run by bdist_wininst.
      
      One bug has been fixed:
      The root of the fake install tree is install.install_purelib,
      not install.install_lib!
      They are different if the extra_path option is used in
      the setup function.
      
      Rebuild after the changes to wininst.exe.
      96979143
  16. 28 Sep, 2000 1 commit
    • Thomas Heller's avatar
      Removed the implib_dir instance variable because it is unused. · b0ce6a98
      Thomas Heller authored
      Removed get_ext_libname() because it is unused.
      
      Fixed get_libraries() to append an '_d' to the python debug
      import library. If MSVC is used, do not add 'pythonxx.lib' to
      the list of libraries, because this is handled better
      by a pragma in config.h.
      
      This should fix bug #115595, but it needs some more testing.
      b0ce6a98