File: clean.bat

package info (click to toggle)
freeimage 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 18,864 kB
  • ctags: 21,425
  • sloc: ansic: 150,658; cpp: 57,288; pascal: 2,899; cs: 786; sh: 574; makefile: 394; asm: 284
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
rd Release /s /q
rd Debug /s /q
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