-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean.bat
71 lines (61 loc) · 942 Bytes
/
clean.bat
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
rd .vs /S /Q
cd "1. Basics"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "2. Whitted"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "3. Cook"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "4. Kajiya"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "5. NEE+RR"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "6. Importance"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "7a. Filter"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "7b. MIS+blue"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "7c. Cache"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..
cd "7d. SA Smpl"
rd x64\debug /S /Q
rd x64\release /S /Q
rd x64 /S /Q
del buildlog.txt
cd ..