~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-09 18:19:47 UTC
  • mfrom: (5524.2.1 noshfolder)
  • Revision ID: pqm@pqm.ubuntu.com-20101109181947-h26505clmkdhh2uz
(GaryvdM) Exclude SHFOLDER.dll from py2exe builds,
        as it breaks subvertpy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
    dll_excludes.extend(["MSWSOCK.dll",
693
693
                         "MSVCP60.dll",
694
694
                         "MSVCP90.dll",
695
 
                         "powrprof.dll"])
 
695
                         "powrprof.dll",
 
696
                         "SHFOLDER.dll"])
696
697
    options_list = {"py2exe": {"packages": packages + list(additional_packages),
697
698
                               "includes": includes,
698
699
                               "excludes": excludes,