~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2007-07-03 17:07:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2582.
  • Revision ID: bialix@ukr.net-20070703170729-kwz1skah3o0yp7nx
Building Python-based installer for bot Python 2.4 and 2.5
(important for pyrex/C extensions)

Show diffs side-by-side

added added

removed removed

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