Merge lp://staging/~a1s/brz/3.2-windows-installer into lp://staging/brz/3.2
Proposed by
Aleksandr Smyshliaev
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Jelmer Vernooij | ||||
Approved revision: | no longer in the source branch. | ||||
Merge reported by: | The Breezy Bot | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~a1s/brz/3.2-windows-installer | ||||
Merge into: | lp://staging/brz/3.2 | ||||
Diff against target: |
355 lines (+119/-46) 7 files modified
Makefile (+3/-2) setup.py (+32/-17) tools/package_mf.py (+45/-16) tools/win32/brz.iss.cog (+19/-7) tools/win32/info.txt (+3/-3) tools/win32/ostools.py (+16/-0) tools/win32/start_brz.bat (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~a1s/brz/3.2-windows-installer | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email: mp+411927@code.staging.launchpad.net |
Commit message
Make "make installer" pass on Windows
Description of the change
With these changes, I was able to build Breezy installer package on Windows.
Many commands still don't work, and I wasn't able to compile subvertpy, so the built-in plugin for Subversion is only added when subvertpy exists on the system.
Also, it would be nice to have an icon to pack with Windows executables.
To post a comment you must log in.