diff options
Diffstat (limited to 'src/launch/launch.json')
| -rw-r--r-- | src/launch/launch.json | 4 |
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", |
