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