1 Star 0 Fork 113

guanxiongwxh/embedme

forked from 尘年灬往事/embedme 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autobuild.sh 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
##这是自动编译脚本(autobuild.sh)模板,我们使用自动编译功能时,将此文件放置在工程根目录下
function mbuild_automake()
{
mbuild_remake opensource/libemb libemb
#mbuild_remake opensource/libsocketcan libsocketcan
#mbuild_remake opensource/libconfig++ libconfig++
#mbuild_remake opensource/libev libev
#mbuild_remake opensource/libcjson libcjson
#mbuild_remake opensource/libcurl libcurl
#mbuild_remake opensource/libembx libembx
mbuild_remake app/demo demo
}
function mbuild_autoclean()
{
mbuild_clean libemb libemb
#mbuild_clean libembx libembx
mbuild_clean app/demo demo
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/guanxiongwxh/embedme.git
git@gitee.com:guanxiongwxh/embedme.git
guanxiongwxh
embedme
embedme
master

搜索帮助