~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary van der Merwe
  • Date: 2010-07-27 09:15:57 UTC
  • mto: (5050.3.19 2.2) (5340.4.7 bzrw)
  • mto: This revision was merged to the branch mainline in revision 5371.
  • Revision ID: garyvdm@gmail.com-20100727091557-grgzabjntturq8pz
Get py2exe to use boot_common.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
                               "dll_excludes": dll_excludes,
696
696
                               "dist_dir": "win32_bzr.exe",
697
697
                               "optimize": 2,
 
698
                               "custom_boot_script": "boot_common.py",
698
699
                              },
699
700
                   }
700
701
    if __name__ == '__main__':