1 Star 0 Fork 7

Coppery / PICT

forked from Gitee 极速下载 / PICT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
_clean.cmd 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jacek Czerwonka 提交于 2018-09-15 09:54 . Cleaning up the project files
@echo off
setlocal
for %%i in (Debug, Release) DO (
msbuild pict.sln /p:Configuration="%%i" /t:clean
rmdir /s /q %%i
for %%j in (api, api-usage, cli, clidll, clidll-usage) DO (
rmdir /s /q %%j\%%i
)
)
rmdir /q /s bin
attrib -h *.suo
del /q *.suo
del /q *.sdf
del test\dbg.log
del test\rel.log
del /q test\.std*
endlocal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/Coppery/PICT.git
git@gitee.com:Coppery/PICT.git
Coppery
PICT
PICT
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891