auto merge of #12284 : brson/rust/install, r=alexcrichton
Work toward #9876. This adds `prepare.mk`, which is simply a more heavily-parameterized `install.mk`, then uses `prepare` to implement both `install` and the windows installer (`dist`). Smoke tested on both Linux and Windows.
This commit is contained in:
commit
57d273f65e
6 changed files with 257 additions and 158 deletions
|
|
@ -36,7 +36,7 @@ Uninstallable=yes
|
|||
Name: modifypath; Description: &Add {app}\bin to your PATH (recommended)
|
||||
|
||||
[Files]
|
||||
Source: "i686-pc-mingw32/stage3/*.*" ; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
||||
Source: "tmp/dist/win/*.*" ; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
||||
|
||||
[Code]
|
||||
const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue