[Distutils] Function stubs for CCompiler class?

Greg Ward gward@python.net
Sat, 20 May 2000 09:28:01 -0400


On 11 May 2000, Lyle Johnson said:
> It appears that in addition to the "worker" functions like compile(),
> link_shared_object(), etc. there are four functions which *must* be
> implemented by subclasses of CCompiler:
> 
>     library_dir_option()
>     runtime_library_dir_option()
>     library_option()
>     find_library_file()
> 
> I submit the following patch (against the current CVS version of
> ccompiler.py) to make future compiler implementors aware of this
> requirement.

Thanks -- just checked it in.

        Greg
-- 
Greg Ward - programmer-at-large                         gward@python.net
http://starship.python.net/~gward/
I haven't lost my mind; I know exactly where I left it.