~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary van der Merwe
  • Date: 2010-08-02 17:54:46 UTC
  • mfrom: (5340.5.1 bzrw)
  • mto: (5050.3.19 2.2)
  • mto: This revision was merged to the branch mainline in revision 5371.
  • Revision ID: garyvdm@gmail.com-20100802175446-c1myupyhdhuatzi6
Move boot_common.py => tools/win32/py2exe_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
                               "custom_boot_script":
 
699
                                        "tools/win32/py2exe_boot_common.py",
699
700
                              },
700
701
                   }
701
702
    if __name__ == '__main__':