1 Star 7 Fork 4

zhaoyao/tcpapi_asio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
clean.bat 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
yao.zhao 提交于 2021-07-26 13:06 . 1,首次提交版本。
@echo off
::递归删除
@for /r . %%a in (.) do @if exist "%%a\.vs" rd /s /q "%%a\.vs"
@for /r . %%a in (.) do @if exist "%%a\x64" rd /s /q "%%a\x64"
@for /r . %%a in (.) do @if exist "%%a\Debug" rd /s /q "%%a\Debug"
::单独删除
del /F /S /Q *.sdf *.suo *.pdb *.ilk *.iobj *.ipdb *.log *.exp
rd /q /s "bin"
::start "D:\Program Files\Git\git-bash.exe"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhaoyao219/tcpapi_asio.git
git@gitee.com:zhaoyao219/tcpapi_asio.git
zhaoyao219
tcpapi_asio
tcpapi_asio
master

搜索帮助