~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-24 21:40:44 UTC
  • mfrom: (3995.3.12 1.12_packaging)
  • Revision ID: pqm@pqm.ubuntu.com-20090224214044-953waog3od1tvlfr
(jam) Some updates to win32 packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
616
616
 
617
617
    # MSWSOCK.dll is a system-specific library, which py2exe accidentally pulls
618
618
    # in on Vista.
619
 
    dll_excludes.append("MSWSOCK.dll")
 
619
    dll_excludes.extend(["MSWSOCK.dll", "MSVCP60.dll", "powrprof.dll"])
620
620
    options_list = {"py2exe": {"packages": packages + list(additional_packages),
621
621
                               "includes": includes,
622
622
                               "excludes": excludes,