From c98c00bfb936ee4dbbb9181864872d83a4ff2c61 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Wed, 25 Jun 2025 10:47:44 +0200 Subject: [PATCH] ecode editor config --- .ecode/project_build.json | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .ecode/project_build.json diff --git a/.ecode/project_build.json b/.ecode/project_build.json new file mode 100644 index 0000000..3e67462 --- /dev/null +++ b/.ecode/project_build.json @@ -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": "" + } + ] + } +} \ No newline at end of file