1 Star 0 Fork 0

风眠 / emwinV614仿真

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CleanUp.bat 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
风眠 提交于 2020-09-01 14:15 . 设置好了VS工程并编译通过
@ECHO OFF
SET FOLDERS=Output, oD, oR, ipch
SET FILES=*.OPT, *.PLG, *.APS, *.NCB, *.DEP, *.MAK, *.SDF, *.SUO, *.USER, *.depend, *.layout, SimulationTrial_build_log.html
ECHO CLEAN.BAT: Deleting temporary files
FOR %%i IN (%FILES%) DO IF EXIST %%i (
ATTRIB %%i -h
DEL %%i
)
IF "%OS%" == "Windows_NT" GOTO WinNT
FOR %%i IN (%FOLDERS%) DO IF EXIST %%i DELTREE /Y %%i
GOTO READY
:WinNT
FOR %%i IN (%FOLDERS%) DO IF EXIST %%i RD %%i /S/Q
:READY
1
https://gitee.com/feng-mian/emwin-v614-simulation.git
git@gitee.com:feng-mian/emwin-v614-simulation.git
feng-mian
emwin-v614-simulation
emwinV614仿真
master

搜索帮助