From f0acad6f3206079d804b2f59aace0dc32dbeb6dc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 19 Feb 2026 08:14:48 +0100 Subject: kernel: lots of tweaks and improvements, WIP: ASN, FileMgr support for OpenHeFS. Signed-off-by: Amlal El Mahrouss --- src/launch/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/launch/launch.json') diff --git a/src/launch/launch.json b/src/launch/launch.json index dbc111b2..1230b34d 100644 --- a/src/launch/launch.json +++ b/src/launch/launch.json @@ -2,8 +2,8 @@ "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", "headers_path": ["../", "./", "../../public/frameworks"], - "sources_path": ["src/*.cc", "src/*.S"], - "output_name": "ne_launch", + "sources_path": ["src/*.cpp", "src/*.S"], + "output_name": "ne_launch.exe", "compiler_flags": [ "-ffreestanding", "-shared", -- cgit v1.2.3