1 Star 0 Fork 3

jiang.lee/rt-robot

forked from RT-Thread-Mirror/rt-robot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuhanstudio 提交于 2019-07-16 10:56 . Initial Commit
# for module compiling
import os
from building import *
cwd = GetCurrentDir()
objs = []
list = os.listdir(cwd)
for d in list:
path = os.path.join(cwd, d)
if os.path.isfile(os.path.join(path, 'SConscript')):
objs = objs + SConscript(os.path.join(d, 'SConscript'))
Return('objs')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jianglee/rt-robot.git
git@gitee.com:jianglee/rt-robot.git
jianglee
rt-robot
rt-robot
master

搜索帮助