/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2009-06-03 21:28:52 UTC
  • mfrom: (4403 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4404.
  • Revision ID: jelmer@samba.org-20090603212852-jf7cmmjw2iwqhxen
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
# make bzr.exe for win32 with py2exe
222
222
exe:
223
223
        @echo *** Make bzr.exe
 
224
        $(PYTHON) tools/win32/ostools.py remove bzrlib/*.pyd
224
225
        $(PYTHON) setup.py build_ext -i -f $(PYTHON_BUILDFLAGS)
225
226
        $(PYTHON) setup.py py2exe > py2exe.log
226
227
        $(PYTHON) tools/win32/ostools.py copytodir tools/win32/start_bzr.bat win32_bzr.exe