From 507b3a76de36e41bdfd1c14d94a397990b26a423 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 6 Sep 2024 09:38:00 +0200 Subject: [ IMP ] A first set of software patches regarding the OS kernel and it's components. Signed-off-by: Amlal --- dev/DLL/RunSCM/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/DLL') diff --git a/dev/DLL/RunSCM/build.json b/dev/DLL/RunSCM/build.json index 14aae6af..e1294f74 100644 --- a/dev/DLL/RunSCM/build.json +++ b/dev/DLL/RunSCM/build.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "./", "../../"], "sources_path": ["Sources/*.cxx"], - "output_name": "runscm.exe", + "output_name": "runxpcom.exe", "compiler_flags": [ "-ffreestanding", "-fno-rtti", -- cgit v1.2.3