1 Star 0 Fork 0

有事烧纸/w600_sdk_thingsturn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cmd_py3_gcc4.cmd 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
setlocal
call %~dp0env_config.cmd
set CONTITLE="SCons"
REM set BUILD_FLAVOR=debug
set work_dir=%~dp0
set target_arg=%1
set target_attr=%~a1
set target_type=%target_attr:~,1%
if defined target_arg (
if "%target_type%" equ "d" (
echo target is dir
set work_dir=%~f1
) else (
echo target is file
set work_dir=%~dp1
)
)
echo cd to "%work_dir%"
cd /d "%work_dir%"
set work_dir=
set target_arg=
set target_attr=
set target_type=
start %CONTITLE% %ComSpec%
cd /d %~dp0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/cmheia/w600_sdk_thingsturn.git
git@gitee.com:cmheia/w600_sdk_thingsturn.git
cmheia
w600_sdk_thingsturn
w600_sdk_thingsturn
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385