File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ nsis-dist: $(PKG_EXE)
62
62
63
63
lic.txt : $(S ) LICENSE.txt
64
64
@$(call E, crlf: $@ )
65
- @$(Q ) perl -pe ' s@\n@\r\n@go' < $< > $@
65
+ @$(Q ) perl -pe ' s@\r\n|\ n@\r\n@go' < $< > $@
66
66
67
- $(PKG_EXE ) : $(PKG_NSI ) $(PKG_FILES ) $(DOCS ) $(SREQ3 ) lic.txt
67
+ $(PKG_EXE ) : $(PKG_NSI ) $(PKG_FILES ) $(DOCS ) $(SREQ3$( CFG_HOST_TRIPLE ) ) lic.txt
68
68
@$(call E, makensis: $@ )
69
69
$(Q ) makensis -NOCD -V1 " -XOutFile $@ " " -XLicenseData lic.txt" $<
70
70
$(Q ) rm -f lic.txt
Original file line number Diff line number Diff line change @@ -10,26 +10,29 @@ ShowUninstDetails "show"
10
10
SetCompressor " lzma"
11
11
LicenseForceSelection checkbox
12
12
13
+ InstallDir $PROGRAMFILES \R ust
14
+
13
15
Page license
14
- Page components
15
16
Page directory
16
17
Page instfiles
17
18
UninstPage uninstConfirm
18
19
UninstPage instfiles
19
20
20
21
21
22
Section " Compiler"
22
- SetOutPath $INSTDIR
23
- File /oname=rustc.exe stage3\r ustc.exe
24
- File /oname=rustllvm.dll stage3\r ustllvm.dll
25
- File /oname=rustrt.dll stage3\r ustrt.dll
26
- File /oname=std.dll stage3\s td.dll
23
+ SetOutPath $INSTDIR \b in
24
+ File /oname=rustc.exe stage3\b in\r ustc.exe
27
25
28
26
SetOutPath $INSTDIR \l ib
29
- File /oname=rustrt.dll stage3\l ib\r ustrt.dll
30
- File /oname=std.dll stage3\l ib\s td.dll
31
- File /oname=main.o stage3\l ib\m ain.o
32
- File /oname=glue.o stage3\l ib\g lue.o
27
+ File /oname=rustllvm.dll stage3\l ib\r ustllvm.dll
28
+ File /oname=rustrt.dll stage3\l ib\r ustrt.dll
29
+ File /oname=std.dll stage3\l ib\s td.dll
30
+
31
+ SetOutPath $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib
32
+ File /oname=rustrt.dll stage3\l ib\r ustc\i 686-pc-mingw32\l ib\r ustrt.dll
33
+ File /oname=std.dll stage3\l ib\r ustc\i 686-pc-mingw32\l ib\s td.dll
34
+ File /oname=main.o stage3\l ib\r ustc\i 686-pc-mingw32\l ib\m ain.o
35
+ File /oname=intrinsics.bc stage3\l ib\r ustc\i 686-pc-mingw32\l ib\i ntrinsics.bc
33
36
SectionEnd
34
37
35
38
Section " Documentation"
You can’t perform that action at this time.
0 commit comments