浏览代码

Update CleanDemos.bat

GLScene 5 年之前
父节点
当前提交
0d761dcb6c
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Demos/CleanDemos.bat

+ 1 - 4
Demos/CleanDemos.bat

@@ -62,9 +62,6 @@ rem del *.ico /s  - some projects have own icos
 rem del *.cur /s  - cursors
 rem del *.obj /s  - obj models and resources for lazarus
 
-echo delete all .svn and .git directories with subdirectories and files 
-for /r %1 %%R in (.svn) do if exist "%%R" (rd /s /q "%%R")
-for /r %1 %%R in (.git) do if exist "%%R" (rd /s /q "%%R")
 echo---------------------------------------------------------
 echo delete debug and Platform directories with all subdirectories and files 
 for /r %1 %%R in (Debug) do if exist "%%R" (rd /s /q "%%R")
@@ -73,4 +70,4 @@ 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 (__astcache) do if exist "%%R" (rd /s /q "%%R")