summaryrefslogtreecommitdiffhomepage
path: root/src/launch/launch.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-19 08:14:48 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-19 08:14:48 +0100
commitf0acad6f3206079d804b2f59aace0dc32dbeb6dc (patch)
tree44116f2771ebf146ec016337ba07d0320575dae3 /src/launch/launch.json
parent41117a33aa0dde66b8964b4bc0de0082fcd40667 (diff)
kernel: lots of tweaks and improvements, WIP: ASN, FileMgr support for OpenHeFS.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/launch/launch.json')
-rw-r--r--src/launch/launch.json4
1 files changed, 2 insertions, 2 deletions
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",