20 lines
558 B
Batchfile
20 lines
558 B
Batchfile
@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 |