]> granicus.if.org Git - python/commit
Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that
authorGreg Ward <gward@python.net>
Sun, 26 Mar 2000 21:42:28 +0000 (21:42 +0000)
committerGreg Ward <gward@python.net>
Sun, 26 Mar 2000 21:42:28 +0000 (21:42 +0000)
commit2f557a2ec46afe5cc699f47baae6aaba52ba7553
tree32e3fefe1ed6f8b3b5b33de042435a2596b21910
parente21dabe2e0f93aef55bf6a5352527f4874a31489
Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that
  we don't know what to do with it when we see it.
Call '_fix_object_args()' and/or '_fix_lib_args()' as appropriate, rather
  than just '_fix_link_args()'.
Lib/distutils/msvccompiler.py