~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-17 21:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 3560.
  • Revision ID: john@arbash-meinel.com-20080717212849-t9cbb79nbi8c9jiy
Alexander noticed I typed macro instead of macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
    # be using something like _WIN32 or MS_WINDOWS, oh well, we can give it the
232
232
    # right value.
233
233
    add_pyrex_extension('bzrlib._walkdirs_win32',
234
 
                        define_macro=[('WIN32', None)])
 
234
                        define_macros=[('WIN32', None)])
235
235
ext_modules.append(Extension('bzrlib._patiencediff_c', ['bzrlib/_patiencediff_c.c']))
236
236
 
237
237