summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/libMsg/libMsg.json2
-rw-r--r--src/libMsg/src/Server.cpp (renamed from src/libMsg/src/Server.cc)0
-rw-r--r--src/libSystem/libSystem.json2
-rw-r--r--src/libSystem/src/JailCalls.cpp (renamed from src/libSystem/src/JailCalls.cc)0
-rw-r--r--src/libSystem/src/SystemCalls.cpp (renamed from src/libSystem/src/SystemCalls.cc)0
-rw-r--r--src/libSystem/src/Utilities.cpp (renamed from src/libSystem/src/Utils.cc)0
-rw-r--r--src/libSystem/src/VerifyCalls.cpp (renamed from src/libSystem/src/VerifyCalls.cc)0
-rwxr-xr-xtools/kconf.py1
8 files changed, 3 insertions, 2 deletions
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.cpp
index aeb5ed4f..aeb5ed4f 100644
--- a/src/libMsg/src/Server.cc
+++ b/src/libMsg/src/Server.cpp
diff --git a/src/libSystem/libSystem.json b/src/libSystem/libSystem.json
index 6faaa695..16557645 100644
--- a/src/libSystem/libSystem.json
+++ b/src/libSystem/libSystem.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../", "./"],
- "sources_path": ["src/*.cc", "src/*.stub.obj"],
+ "sources_path": ["src/*.cpp", "src/*.stub.obj"],
"output_name": "libSystem.dll",
"compiler_flags": [
"-ffreestanding",
diff --git a/src/libSystem/src/JailCalls.cc b/src/libSystem/src/JailCalls.cpp
index 7a3218bf..7a3218bf 100644
--- a/src/libSystem/src/JailCalls.cc
+++ b/src/libSystem/src/JailCalls.cpp
diff --git a/src/libSystem/src/SystemCalls.cc b/src/libSystem/src/SystemCalls.cpp
index 07f5241b..07f5241b 100644
--- a/src/libSystem/src/SystemCalls.cc
+++ b/src/libSystem/src/SystemCalls.cpp
diff --git a/src/libSystem/src/Utils.cc b/src/libSystem/src/Utilities.cpp
index 3ccfafa2..3ccfafa2 100644
--- a/src/libSystem/src/Utils.cc
+++ b/src/libSystem/src/Utilities.cpp
diff --git a/src/libSystem/src/VerifyCalls.cc b/src/libSystem/src/VerifyCalls.cpp
index f23417e9..f23417e9 100644
--- a/src/libSystem/src/VerifyCalls.cc
+++ b/src/libSystem/src/VerifyCalls.cpp
diff --git a/tools/kconf.py b/tools/kconf.py
index 0c892aa0..f6403aee 100755
--- a/tools/kconf.py
+++ b/tools/kconf.py
@@ -4,6 +4,7 @@
import os, json, sys
if __name__ == '__main__':
+ print("kconf: running config script...")
sys.exit(0)