File: clean.bat

package info (click to toggle)
freeimage 3.18.0%2Bds2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,824 kB
  • sloc: cpp: 42,339; cs: 36,178; pascal: 4,629; ansic: 1,294; makefile: 101; sh: 84
file content (26 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
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
del dist\*.dll /s /q
del dist\*.lib /s /q
del dist\*.h /s /q
del *.ncb /s /q
del *.plg /s /q
del *.opt /s /q
del *.suo /s /q /a:h
del *.user /s /q
del *.log /s /q
del *.sdf /s /q
del test\page*.tiff
del test\*.png
del test\mpage*.tif
del test\clone*.tif
del test\redirect-stream.tif
rd dist\x64 /s /q
rd dist\x32 /s /q
rd Release /s /q
rd Debug /s /q
rd x64 /s /q
rd Win32 /s /q
rd test\x64 /s /q
rd test\Win32 /s /q
rd test\Debug /s /q
rd test\Release /s /q