forked from Southclaws/ScavengeSurvive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScavengeSurvive.sublime-project
55 lines (55 loc) · 1.25 KB
/
ScavengeSurvive.sublime-project
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
{
"build_systems":
[
{
"cmd": "python build.py project --increment",
"file_regex": "(.*?)\\(([0-9]*)[- 0-9]*\\)",
"name": "[1] SOUTHCLAW'S SS BUILD SYSTEM DO NOT USE!",
"variants":
[
{
"cmd": "python build.py file --input \"${file}\"",
"file_regex": "(.*?)\\(([0-9]*)[- 0-9]*\\)",
"name": "[2] Pawn (Build current file)",
"working_dir": "${project_path:${folder}}"
},
{
"cmd": "python build.py project",
"file_regex": "(.*?)\\(([0-9]*)[- 0-9]*\\)",
"name": "[3] Build project (No build increment)",
"working_dir": "${project_path:${folder}}"
},
{
"cmd": "python build.py project --increment",
"file_regex": "(.*?)\\(([0-9]*)[- 0-9]*\\)",
"name": "[4] Build project",
"working_dir": "${project_path:${folder}}"
}
],
"working_dir": "${project_path:${folder}}"
},
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\""
}
],
"folders":
[
{
"path": "."
},
{
"path": "F:\\Projects\\SA-MP\\pawno\\include"
},
{
"path": "F:\\Projects\\SA-MP\\Releases"
}
],
"settings":
{
"default_line_ending": "unix",
"tab_size": 4
}
}