From 6bb44fdb31b8927e8e66e24ea187b2d2b79f591d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 22 Feb 2026 06:22:04 +0100 Subject: chore: modules conversion from .cc to .cpp. Signed-off-by: Amlal El Mahrouss --- src/libMsg/libMsg.json | 2 +- src/libMsg/src/Server.cc | 5 ----- src/libMsg/src/Server.cpp | 5 +++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/libMsg/src/Server.cc create mode 100644 src/libMsg/src/Server.cpp (limited to 'src/libMsg') diff --git a/src/libMsg/libMsg.json b/src/libMsg/libMsg.json index 858c427b..4b22534f 100644 --- a/src/libMsg/libMsg.json +++ b/src/libMsg/libMsg.json @@ -2,7 +2,7 @@ "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", "headers_path": ["../", "../../public/frameworks", "./"], - "sources_path": ["src/*.cc"], + "sources_path": ["src/*.cpp"], "output_name": "libMsg.dll", "compiler_flags": [ "-ffreestanding", diff --git a/src/libMsg/src/Server.cc b/src/libMsg/src/Server.cc deleted file mode 100644 index aeb5ed4f..00000000 --- a/src/libMsg/src/Server.cc +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) -// Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel - -#include diff --git a/src/libMsg/src/Server.cpp b/src/libMsg/src/Server.cpp new file mode 100644 index 00000000..aeb5ed4f --- /dev/null +++ b/src/libMsg/src/Server.cpp @@ -0,0 +1,5 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel + +#include -- cgit v1.2.3