ugui.c3l/.ecode/project_build.json

43 lines
726 B
JSON
Raw Normal View History

2025-06-25 10:47:44 +02:00
{
"Debug": {
"build": [
{
2025-06-30 13:07:42 +02:00
"args": "-C resources/shaders",
"command": "make",
2025-06-25 10:47:44 +02:00
"working_dir": ""
},
{
2025-10-23 22:31:58 +02:00
"args": "build -g --threads 8",
2025-06-25 10:47:44 +02:00
"command": "c3c",
"working_dir": ""
}
],
"build_types": [],
"clean": [
{
2025-06-30 13:07:42 +02:00
"args": "clean",
"command": "c3c",
2025-06-25 10:47:44 +02:00
"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": ""
}
]
}
}