-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.bat
More file actions
107 lines (89 loc) · 2.99 KB
/
clean.bat
File metadata and controls
107 lines (89 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
REM Delete all temporary files
erase /A H *.suo
erase *.ncb
erase *.opt
erase *.ilk
erase *.sdf
erase bin\*.pdb
erase bin\*.ilk
erase bin\*d.exe
erase bin\*d.dll
erase bin\*LIB.exe
erase docs\Warnings.txt
erase lib\*d.lib
erase lib\*.exp
erase lib\*LIB.lib
rmdir /S /Q thirdparty\lib
rmdir /S /Q reporting\crashcon\Debug
rmdir /S /Q reporting\crashcon\Release
rmdir /S /Q "reporting\crashcon\Release LIB"
rmdir /S /Q reporting\crashcon\x64
erase /A H reporting\crashcon\*.user
erase reporting\crashcon\*.aps
rmdir /S /Q reporting\crashrpt\Debug
rmdir /S /Q reporting\crashrpt\Release
rmdir /S /Q reporting\crashrpt\x64
erase /A H reporting\crashrpt\*.user
erase reporting\crashrpt\*.aps
rmdir /S /Q reporting\CrashRptTest\Debug
rmdir /S /Q reporting\CrashRptTest\Release
rmdir /S /Q "reporting\CrashRptTest\Release LIB"
rmdir /S /Q reporting\CrashRptTest\x64
erase /A H reporting\CrashRptTest\*.user
erase reporting\CrashRptTest\*.aps
rmdir /S /Q reporting\CrashSender\Debug
rmdir /S /Q reporting\CrashSender\Release
rmdir /S /Q "reporting\CrashSender\Release LIB"
rmdir /S /Q reporting\CrashSender\x64
erase /A H reporting\CrashSender\*.user
erase reporting\CrashSender\*.aps
erase reporting\CrashSender\*.aps
rmdir /S /Q thirdparty\zlib\Debug
rmdir /S /Q thirdparty\zlib\Release
rmdir /S /Q "thirdparty\zlib\Release LIB"
rmdir /S /Q thirdparty\zlib\x64
erase /A H thirdparty\zlib\*.user
erase thirdparty\zlib\*.aps
rmdir /S /Q thirdparty\libpng\Debug
rmdir /S /Q thirdparty\libpng\Release
rmdir /S /Q "thirdparty\libpng\Release LIB"
rmdir /S /Q thirdparty\libpng\x64
erase /A H thirdparty\libpng\*.user
erase thirdparty\libpng\*.aps
rmdir /S /Q thirdparty\minizip\Debug
rmdir /S /Q thirdparty\minizip\Release
rmdir /S /Q "thirdparty\minizip\Release LIB"
rmdir /S /Q thirdparty\minizip\x64
erase /A H thirdparty\minizip\*.user
erase thirdparty\minizip\*.aps
rmdir /S /Q thirdparty\jpeg\Debug
rmdir /S /Q thirdparty\jpeg\Release
rmdir /S /Q "thirdparty\jpeg\Release LIB"
rmdir /S /Q thirdparty\jpeg\x64
erase /A H thirdparty\jpeg\*.user
erase thirdparty\jpeg\*.aps
rmdir /S /Q thirdparty\tinyxml\Debug
rmdir /S /Q thirdparty\tinyxml\Release
rmdir /S /Q "thirdparty\tinyxml\Release LIB"
rmdir /S /Q thirdparty\tinyxml\x64
erase /A H thirdparty\tinyxml\*.user
erase thirdparty\tinyxml\*.aps
rmdir /S /Q processing\CrashRptProbe\Debug
rmdir /S /Q processing\CrashRptProbe\Release
rmdir /S /Q "processing\CrashRptProbe\Release LIB"
rmdir /S /Q processing\CrashRptProbe\x64
erase /A H processing\CrashRptProbe\*.user
erase processing\CrashRptProbe\*.aps
rmdir /S /Q processing\crprober\Debug
rmdir /S /Q processing\crprober\Release
rmdir /S /Q processing\"crprober\Release LIB"
rmdir /S /Q processing\crprober\x64
erase /A H processing\crprober\*.user
erase processing\crprober\*.aps
rmdir /S /Q tests\Debug
rmdir /S /Q tests\Release
rmdir /S /Q "tests\Release LIB"
rmdir /S /Q tests\x64
erase /A H tests\*.user
erase tests\*.aps
rmdir /S /Q ipch