Replaced windows batch files with (extended) python scripts (Refs #297) [skip ci]
This commit is contained in:
parent
b47f250e6c
commit
d02e470355
9 changed files with 145 additions and 92 deletions
|
|
@ -1 +1,5 @@
|
|||
FOR /d /r . %%x IN (assets) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
FOR /d /r . %%x IN (assets) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
FOR /d /r . %%x IN (bin) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
FOR /d /r . %%x IN (libs) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
FOR /d /r . %%x IN (obj) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
FOR /d /r . %%x IN (res) DO @IF EXIST "%%x" rd /s /q "%%x"
|
||||
Loading…
Add table
Add a link
Reference in a new issue