@@ -23,19 +23,8 @@ Section
23
23
SectionEnd
24
24
25
25
Section " Compiler"
26
- SetOutPath $INSTDIR \b in
27
- File /oname=rustc.exe stage3\b in\r ustc.exe
28
-
29
- SetOutPath $INSTDIR \l ib
30
- File /oname=rustllvm.dll stage3\l ib\r ustllvm.dll
31
- File /oname=rustrt.dll stage3\l ib\r ustrt.dll
32
- File /oname=std.dll stage3\l ib\s td.dll
33
-
34
- SetOutPath $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib
35
- File /oname=rustrt.dll stage3\l ib\r ustc\i 686-pc-mingw32\l ib\r ustrt.dll
36
- File /oname=std.dll stage3\l ib\r ustc\i 686-pc-mingw32\l ib\s td.dll
37
- File /oname=main.o stage3\l ib\r ustc\i 686-pc-mingw32\l ib\m ain.o
38
- File /oname=intrinsics.bc stage3\l ib\r ustc\i 686-pc-mingw32\l ib\i ntrinsics.bc
26
+ SetOutPath $INSTDIR
27
+ File /nonfatal /r i686-pc-mingw32\s tage3\* .*
39
28
SectionEnd
40
29
41
30
Section " Documentation"
@@ -46,21 +35,18 @@ SectionEnd
46
35
47
36
Section " Uninstall"
48
37
Delete $INSTDIR \u ninstall.exe
49
- Delete $INSTDIR \b in\r ustc.exe
50
- Delete $INSTDIR \l ib\r ustllvm.dll
51
- Delete $INSTDIR \l ib\r ustrt.dll
52
- Delete $INSTDIR \l ib\s td.dll
53
- Delete $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib\r ustrt.dll
54
- Delete $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib\s td.dll
55
- Delete $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib\m ain.o
56
- Delete $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib\i ntrinsics.bc
38
+ Delete $INSTDIR \b in\* .*
39
+ Delete $INSTDIR \l ib\* .*
40
+ Delete $INSTDIR \l ib\r ustc\i 686-pc-mingw32\b in\* .*
41
+ Delete $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib\* .*
57
42
Delete $INSTDIR \d oc\r ust.html
58
43
Delete $INSTDIR \d oc\r ust.pdf
59
44
RMDir $INSTDIR \b in
45
+ RMDir $INSTDIR \l ib\r ustc\i 686-pc-mingw32\b in
60
46
RMDir $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib
61
47
RMDir $INSTDIR \l ib\r ustc\i 686-pc-mingw32
62
48
RMDir $INSTDIR \l ib\r ustc
63
49
RMDir $INSTDIR \l ib
64
50
RMDir $INSTDIR \d oc
65
51
RMDir $INSTDIR
66
- SectionEnd
52
+ SectionEnd
0 commit comments