3 Star 5 Fork 1

tboox/xmake-sublime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Default.sublime-commands 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2017-10-25 22:38 +08:00 . add quick start and improve error tips
[
{
"caption": "XMake: Build",
"command": "xmake_build"
},
{
"caption": "XMake: Rebuild",
"command": "xmake_rebuild"
},
{
"caption": "XMake: Run",
"command": "xmake_run"
},
{
"caption": "XMake: Clean",
"command": "xmake_clean"
},
{
"caption": "XMake: Package",
"command": "xmake_package"
},
{
"caption": "XMake: Configure",
"command": "xmake_configure"
},
{
"caption": "XMake: Clean Configure",
"command": "xmake_clean_configure"
},
{
"caption": "XMake: Quick Start",
"command": "xmake_quick_start"
},
{
"caption": "XMake: Set Build Mode",
"command": "xmake_set_build_mode"
},
{
"caption": "XMake: Set Target Platform",
"command": "xmake_set_target_plat"
},
{
"caption": "XMake: Set Target Architecture",
"command": "xmake_set_target_arch"
},
{
"caption": "XMake: Set Default Target",
"command": "xmake_set_default_target"
},
{
"caption": "XMake: Set Build Output Level",
"command": "xmake_set_build_output_level"
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tboox/xmake-sublime.git
git@gitee.com:tboox/xmake-sublime.git
tboox
xmake-sublime
xmake-sublime
master

搜索帮助