228
228
add_pyrex_extension('bzrlib._btree_serializer_c')
230
229
add_pyrex_extension('bzrlib._knit_load_data_c')
232
230
if sys.platform == 'win32':
233
234
# pyrex uses the macro WIN32 to detect the platform, even though it should
234
235
# be using something like _WIN32 or MS_WINDOWS, oh well, we can give it the
236
237
add_pyrex_extension('bzrlib._walkdirs_win32',
237
238
define_macros=[('WIN32', None)])
238
242
ext_modules.append(Extension('bzrlib._patiencediff_c', ['bzrlib/_patiencediff_c.c']))