]> granicus.if.org Git - python/commit
Added support for the 'export_symbols' parameter to 'link_shared_object()'
authorGreg Ward <gward@python.net>
Sat, 20 May 2000 13:23:21 +0000 (13:23 +0000)
committerGreg Ward <gward@python.net>
Sat, 20 May 2000 13:23:21 +0000 (13:23 +0000)
commit5299b6afc568ac19917b93032295ad8bfbdfc711
tree179b6618204f3c99b17e17d63aa3e01e9eebe0b1
parent974f70d97b2bf0fd1828d5c08bc638e25e27aca5
Added support for the 'export_symbols' parameter to 'link_shared_object()'
and 'link_shared_lib()'.  In MSVCCompiler, this is meaningful: it adds
/EXPORT: options to the linker command line.  In UnixCCompiler, it
is ignored.
Lib/distutils/ccompiler.py
Lib/distutils/msvccompiler.py
Lib/distutils/unixccompiler.py