/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Packages/_cleanres.cmd
22 строки
936 B
glscene
Included .bpl .bpi and .hpp for c++ users
13 мар 2025, 20:57
13 мар 2025, 20:57
0b98a32
Код
Авторство
О чём код?
echo off del *.dsk /s del *.local /s del *.identcache /s del *.res /s del *.obj /s del *.dcu /s echo--------------------------------------------------------- echo delete debug and Platform directories with all subdirectories and files for /r %1 %%R in (Win32) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (Win64) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (Win64x) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (Debug) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (Release) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (Debug_Build) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (Release_Build) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (__history) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (__recovery) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (__astcache) do if exist "%%R" (rd /s /q "%%R") for /r %1 %%R in (staticobjs) do if exist "%%R" (rd /s /q "%%R")