git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
16 lines
407 B
Batchfile
16 lines
407 B
Batchfile
@echo cleaning...
|
|
@REM do not delete precompiled installer
|
|
@for %%f in (bin\*.exe) do @if not %%f==bin\JediInstaller.exe (del %%f)
|
|
@del /f /s *.~* *.bk bin\*.dll *.a *.bpi *.dcp *.dcu *.hpp *.jdbg *.map *.o
|
|
@cd lib
|
|
@del /f /s *.obj *.res *.lib *.bpi
|
|
@cd ..
|
|
@cd examples
|
|
@del /f /s *.cfg
|
|
@cd ..
|
|
@cd experts
|
|
@del /f /s *.cfg
|
|
@cd ..
|
|
@cd packages
|
|
@del /f /s *.cfg *.local *.identcache *.rsp
|
|
@cd.. |