]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed order of link options: object files now precede library stuff.
authorGreg Ward <gward@python.net>
Sun, 3 Oct 1999 20:45:33 +0000 (20:45 +0000)
committerGreg Ward <gward@python.net>
Sun, 3 Oct 1999 20:45:33 +0000 (20:45 +0000)
commit4fecfce4d09eca422af8ad60363bc83005b7c032
tree4032fc11ebdbdef51dae433bab6b4dfe2a926a18
parent3febd6068234f817d22cc778ff8dce2e6bd49da5
Fixed order of link options: object files now precede library stuff.
Catch up with changes in 'gen_lib_options()':
  - change how we call it
  - added methods 'library_dir_option()', 'library_option()', and
    'find_library_file()' that it calls
Added 'force' flag and changed compile/link methods to respect it.
Lib/distutils/unixccompiler.py