ecode editor config
This commit is contained in:
parent
fc3fa32ddd
commit
c98c00bfb9
43
.ecode/project_build.json
Normal file
43
.ecode/project_build.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"Debug": {
|
||||
"build": [
|
||||
{
|
||||
"args": "",
|
||||
"command": "scripts/compile_shaders.sh",
|
||||
"working_dir": ""
|
||||
},
|
||||
{
|
||||
"args": "clean-run -g",
|
||||
"command": "c3c",
|
||||
"working_dir": ""
|
||||
}
|
||||
],
|
||||
"build_types": [],
|
||||
"clean": [
|
||||
{
|
||||
"args": "",
|
||||
"command": "rm build/ugui",
|
||||
"working_dir": ""
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"clear_sys_env": false
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"output_parser": {
|
||||
"config": {
|
||||
"relative_file_paths": true
|
||||
}
|
||||
},
|
||||
"run": [
|
||||
{
|
||||
"args": "",
|
||||
"command": "build/ugui",
|
||||
"name": "Custom Executable",
|
||||
"working_dir": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user