]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added 'runtime_library_dirs' parameter to 'link_*()' methods.
authorGreg Ward <gward@python.net>
Sun, 26 Mar 2000 21:37:09 +0000 (21:37 +0000)
committerGreg Ward <gward@python.net>
Sun, 26 Mar 2000 21:37:09 +0000 (21:37 +0000)
commitf10f95d6bb7854ba2b3a8f6b554bcb8baecd7674
tree6923d0f74899a634c0ffdf15e9834c799b7cd819
parent158ce4247e83e734503a3786911e790666e84072
Added 'runtime_library_dirs' parameter to 'link_*()' methods.
Split '_fix_link_args()' up into '_fix_object_args()' (for use of
  'create_static_lib() and link methods) and '_fix_lib_args()' (for the
  link methods only).
Lib/distutils/ccompiler.py