~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-05 15:10:33 UTC
  • mfrom: (5523.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101105151033-ozpgdr443dvkzz3j
(vila) Merge 2.2 into trunk resolving conflicts and including fix for
        bug #632465 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
 
690
690
    # MSWSOCK.dll is a system-specific library, which py2exe accidentally pulls
691
691
    # in on Vista.
692
 
    dll_excludes.extend(["MSWSOCK.dll", "MSVCP60.dll", "powrprof.dll"])
 
692
    dll_excludes.extend(["MSWSOCK.dll",
 
693
                         "MSVCP60.dll",
 
694
                         "MSVCP90.dll",
 
695
                         "powrprof.dll"])
693
696
    options_list = {"py2exe": {"packages": packages + list(additional_packages),
694
697
                               "includes": includes,
695
698
                               "excludes": excludes,