~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2009-05-14 11:11:02 UTC
  • mto: (4290.1.9 rio-serializer2)
  • mto: This revision was merged to the branch mainline in revision 4368.
  • Revision ID: jelmer@samba.org-20090514111102-v9dxbsj3r83jkato
Provide custom implementation of _read_stanza_utf8 in Pyrex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
                    extra_source=['bzrlib/diff-delta.c'])
265
265
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')
266
266
add_pyrex_extension('bzrlib._knit_load_data_c')
 
267
add_pyrex_extension('bzrlib._rio_pyx')
267
268
add_pyrex_extension('bzrlib._chk_map_pyx', libraries=['z'])
268
269
if sys.platform == 'win32':
269
270
    add_pyrex_extension('bzrlib._dirstate_helpers_c',