/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

Merge bzr.dev

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
152
153
# win32 python's distutils-based installer
153
154
# require to have python interpreter installed on win32
154
155
python-installer: docs
155
 
        python setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
156
        python24 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
157
        python25 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
156
158
 
157
159
 
158
160
# clean on win32 all installer-related files and directories