forked from abergmeier/emscripten-FreeImage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean.bat
73 lines (71 loc) · 1.76 KB
/
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
72
73
rd Release /s /q
rd Debug /s /q
rd Source\FreeImageLib\Debug /s /q
rd Source\FreeImageLib\Release /s /q
rd Source\Source\Release /s /q
rd Source\Source\Debug /s /q
rd Source\LibJPEG\Debug /s /q
rd Source\LibJPEG\Release /s /q
rd Source\LibPNG\Debug /s /q
rd Source\LibPNG\Release /s /q
rd Source\LibMNG\Debug /s /q
rd Source\LibMNG\Release /s /q
rd Source\LibTIFF\Debug /s /q
rd Source\LibTIFF\Release /s /q
rd Source\LibTIFF4\Debug /s /q
rd Source\LibTIFF4\Release /s /q
rd Source\Zlib\Debug /s /q
rd Source\Zlib\Release /s /q
rd Source\OpenEXR\Debug /s /q
rd Source\OpenEXR\Release /s /q
rd Source\LibOpenJPEG\Debug /s /q
rd Source\LibOpenJPEG\Release /s /q
rd Source\LibRawLite\Debug /s /q
rd Source\LibRawLite\Release /s /q
rd TestAPI\Debug /s /q
rd TestAPI\Release /s /q
rd x64 /s /q
rd Source\FreeImageLib\x64 /s /q
rd Source\LibJPEG\x64 /s /q
rd Source\LibMNG\x64 /s /q
rd Source\LibOpenJPEG\x64 /s /q
rd Source\LibPNG\x64 /s /q
rd Source\LibRawLite\x64 /s /q
rd Source\LibTIFF\x64 /s /q
rd Source\LibTIFF4\x64 /s /q
rd Source\OpenEXR\x64 /s /q
rd Source\ZLib\x64 /s /q
rd TestAPI\x64 /s /q
del TestAPI\blob.png
del TestAPI\buffer.png
del TestAPI\dump.png
del TestAPI\TestImageType.tif
del TestAPI\zoneplate.png
del TestAPI\sample.ico
del TestAPI\sample.tif
del TestAPI\sample.gif
del TestAPI\test.jpg
del TestAPI\*.tif
del TestAPI\raw_exif.jpg
del TestAPI\exif_new_thumb.jpg
del Dist\FreeImage.h
del *.pch /s /q
del *.ncb /s /q
del *.opt /s /q
del *.plg /s /q
del *.obj /s /q
del *.dll /s /q
del *.exe /s /q
del *.bsc /s /q
del *.bak /s /q
del *.pdb /s /q
del *.sql /s /q
del *.mdb /s /q
del *.lib /s /q
del *.exp /s /q
del *.ilk /s /q
del *.idb /s /q
del *.aps /s /q
del *.suo /s /q /a:h
del *.o /s /q
del *.user /s /q