26-2-20 源码备份
This commit is contained in:
26
clean.bat
26
clean.bat
@@ -1,26 +0,0 @@
|
||||
@echo off
|
||||
echo ======================================
|
||||
echo Cleaning build output...
|
||||
echo ======================================
|
||||
echo.
|
||||
|
||||
if exist build_x86 (
|
||||
echo Removing build_x86...
|
||||
rmdir /s /q build_x86
|
||||
)
|
||||
|
||||
if exist build_x64 (
|
||||
echo Removing build_x64...
|
||||
rmdir /s /q build_x64
|
||||
)
|
||||
|
||||
if exist lib (
|
||||
echo Removing lib...
|
||||
rmdir /s /q lib
|
||||
)
|
||||
|
||||
echo.
|
||||
echo ======================================
|
||||
echo Clean completed!
|
||||
echo ======================================
|
||||
pause
|
||||
Reference in New Issue
Block a user