~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2007-07-03 17:12:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2582.
  • Revision ID: bialix@ukr.net-20070703171217-8vypfjd2uso3air0
Build pyrex/C extensions for bzr.exe

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
# make bzr.exe for win32 with py2exe
140
140
exe:
141
141
        @echo *** Make bzr.exe
 
142
        python setup.py build_ext -i -f
142
143
        python setup.py py2exe > py2exe.log
143
144
        python tools/win32/ostools.py copytodir tools/win32/start_bzr.bat win32_bzr.exe
144
145
        python tools/win32/ostools.py copytodir tools/win32/bazaar.url win32_bzr.exe