File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ Page instfiles
18
18
UninstPage uninstConfirm
19
19
UninstPage instfiles
20
20
21
- Section
22
- WriteUninstaller $INSTDIR \u ninstall.exe
23
- SectionEnd
24
-
25
21
Section " Compiler"
26
22
SetOutPath $INSTDIR
27
23
File /nonfatal /r i686-pc-mingw32\s tage3\* .*
@@ -36,17 +32,17 @@ SectionEnd
36
32
Section " Uninstall"
37
33
Delete $INSTDIR \u ninstall.exe
38
34
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\* .*
35
+ Delete $INSTDIR \b in\r ustc\i 686-pc-mingw32\b in\* .*
42
36
Delete $INSTDIR \d oc\r ust.html
43
37
Delete $INSTDIR \d oc\r ust.pdf
38
+ RMDir $INSTDIR \b in\r ustc\i 686-pc-mingw32\b in
39
+ RMDir $INSTDIR \b in\r ustc\i 686-pc-mingw32
40
+ RMDir $INSTDIR \b in\r ustc
44
41
RMDir $INSTDIR \b in
45
- RMDir $INSTDIR \l ib\r ustc\i 686-pc-mingw32\b in
46
- RMDir $INSTDIR \l ib\r ustc\i 686-pc-mingw32\l ib
47
- RMDir $INSTDIR \l ib\r ustc\i 686-pc-mingw32
48
- RMDir $INSTDIR \l ib\r ustc
49
- RMDir $INSTDIR \l ib
50
42
RMDir $INSTDIR \d oc
51
43
RMDir $INSTDIR
52
44
SectionEnd
45
+
46
+ Section
47
+ WriteUninstaller $INSTDIR \u ninstall.exe
48
+ SectionEnd
You can’t perform that action at this time.
0 commit comments