-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Default.sublime-commands
58 lines (58 loc) · 1.31 KB
/
Default.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"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: Genterate Compile Commands",
"command": "xmake_compile_commands"
},
{
"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"
}
]