~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2006-07-31 16:19:54 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060731161954-9677501c228e65e8
No full path to iscc (Inno Setup compiler).
You should have directory where Inno Setup installed listed in $PATH

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
# make bzr.exe for win32 with py2exe
35
35
exe:
36
36
        @echo Make bzr.exe
37
 
        setup.py py2exe > py2exe.log
 
37
        python setup.py py2exe > py2exe.log
38
38
        copy /Y tools\win32\start_bzr.bat win32_bzr.exe\start_bzr.bat
39
39
        copy /Y tools\win32\bazaar.url win32_bzr.exe\bazaar.url
40
40
 
60
60
installer: exe copy_docs
61
61
        @echo Make windows installer
62
62
        cog.py -d -o tools\win32\bzr.iss tools\win32\bzr.iss.cog
63
 
        "C:\Program Files\Inno Setup 5\iscc" /Q tools\win32\bzr.iss
 
63
        iscc /Q tools\win32\bzr.iss
64
64
 
65
65
# win32 python's distutils-based installer
66
66
# require to have python interpreter installed on win32