1 Star 0 Fork 2

蒹葭平台/NJ-Printer

forked from dox0/NJ-Printer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.bat 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
dox0 提交于 2018-07-25 20:44 . 1.解决 SD 读取问题
@ECHO OFF
SET KEIL=D:\Keil_v5\UV4
SET OUTDIR=%CD%\out
IF "%1*"=="build*" GOTO :BUILD
IF "%1*"=="clean*" GOTO :CLEAN
IF "%1*"=="rebuild*" GOTO :REBUILD
GOTO :BUILD
:CLEAN
FOR %%i IN ("%OUTDIR%\*.*") DO IF NOT "%%~nxi"=="cnc.log" DEL /F /S /Q "%%i" >nul
GOTO :DONE
:REBUILD
CALL :CLEAN
:BUILD
SET ERRFILE="%OUTDIR%\errors.txt"
"%SystemRoot%\System32\cmd.exe" /D "%KEIL%\Uv4.exe -j0 -b cnc.uvprojx -t cnc -o %ERRFILE%
TYPE %ERRFILE% | "%SystemRoot%\System32\find.exe" /I "error:"
DEL /Q %ERRFILE%
:DONE
IF EXIST "%~dp2obj" rmdir /Q /S "%~dp2obj"
SET ERRORLEVEL=0
EXIT /B 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jianjia_paltform/NJ-Printer.git
git@gitee.com:jianjia_paltform/NJ-Printer.git
jianjia_paltform
NJ-Printer
NJ-Printer
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385