initial commit
This commit is contained in:
20
clear.bat
Normal file
20
clear.bat
Normal file
@@ -0,0 +1,20 @@
|
||||
@echo off
|
||||
|
||||
echo clear builds
|
||||
|
||||
rd /s /q %~dp0\app_classtv\build
|
||||
rd /s /q %~dp0\app_sinclass\build
|
||||
rd /s /q %~dp0\app_sinclasspad\build
|
||||
rd /s /q %~dp0\app_sinclasspad2\build
|
||||
rd /s /q %~dp0\app_startap\build
|
||||
rd /s /q %~dp0\bjcast\build
|
||||
rd /s /q %~dp0\cccl\build
|
||||
rd /s /q %~dp0\demo_coaface\build
|
||||
rd /s /q %~dp0\demo_serial\build
|
||||
rd /s /q %~dp0\demo_serviceecd\build
|
||||
rd /s /q %~dp0\demo_twoscreen\build
|
||||
rd /s /q %~dp0\serialport\build
|
||||
rd /s /q %~dp0\serviceecd\build
|
||||
rd /s /q %~dp0\signageapi\build
|
||||
rd /s /q %~dp0\signageui\build
|
||||
rd /s /q %~dp0\signageutil\build
|
||||
Reference in New Issue
Block a user