diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-06 09:38:00 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-06 09:38:00 +0200 |
| commit | 507b3a76de36e41bdfd1c14d94a397990b26a423 (patch) | |
| tree | e087051b51d36828fbca98d9e9e74cb1381a4def /dev/DLL | |
| parent | 98f504c442b1a0f769e2f20e4fb251813dd5dd67 (diff) | |
[ IMP ] A first set of software patches regarding the OS kernel and it's components.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/DLL')
| -rw-r--r-- | dev/DLL/RunSCM/build.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
