diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libMsg/libMsg.json | 2 | ||||
| -rw-r--r-- | src/libMsg/src/Server.cpp (renamed from src/libMsg/src/Server.cc) | 0 | ||||
| -rw-r--r-- | src/libSystem/libSystem.json | 2 | ||||
| -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 |
7 files changed, 2 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 |
