~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2006-06-29 09:15:47 UTC
  • mto: (1860.1.1 win32.installer)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060629091547-540fc31b864d5b26
resurrected python's distutils based installer for win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        cog.py -d -o tools\win32\bzr.iss tools\win32\bzr.iss.cog
63
63
        "C:\Program Files\Inno Setup 5\iscc" /Q tools\win32\bzr.iss
64
64
 
 
65
# win32 python's distutils-based installer
 
66
# require to have python interpreter installed on win32
 
67
python-installer:
 
68
        python setup.py bdist_wininst --target-version=2.4 --title="Bazaar-NG" --install-script="bzr-win32-bdist-postinstall.py"
 
69
 
 
70
 
65
71
# clean on win32 all installer-related files and directories
66
72
clean_win32:
67
73
        if exist build rmdir /S /Q build
71
77
        if exist doc\bzr_man.txt del /Q doc\bzr_man.txt
72
78
        if exist tools\win32\bzr.iss del /Q tools\win32\bzr.iss
73
79
        if exist bzr-setup*.exe del /Q bzr-setup*.exe
 
80
        if exist dist rmdir /S /Q dist