[Python-checkins] r77347 - python/branches/py3k-cdecimal/setup.py

Stefan Krah stefan at bytereef.org
Thu Jan 7 15:14:35 CET 2010


Mark Dickinson <dickinsm at gmail.com> wrote:
> On Thu, Jan 7, 2010 at 1:23 PM, stefan.krah <python-checkins at python.org> wrote:
> > +        ext = Extension (
> > +            'cdecimal',
> > +            define_macros=define_macros,
> > +            undef_macros=['NDEBUG'],
> > +            extra_compile_args=extra_compile_args,
> > +            sources=sources,
> > +            extra_objects=extra_objects
> > +        )
> 
> Should this also include a 'depends' field for the cdecimal/*.h files?

Indeed, thanks. Will get to that soon.


Stefan




More information about the Python-checkins mailing list