From 37be901c97e89f6ebb24e87933ddf57cd57371d5 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 22 Oct 2024 20:49:53 +0200 Subject: IMP: Refactor of the source code. Signed-off-by: Amlal --- win64.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'win64.json') diff --git a/win64.json b/win64.json index ccc594d..23a32ea 100644 --- a/win64.json +++ b/win64.json @@ -1,17 +1,9 @@ { - "compiler_path": "x86_64-w64-mingw32-g++.exe", - "compiler_std": "c++20", - "headers_path": [ - "inc", - "vendor" - ], - "sources_path": [ - "src/*.cxx", - "cli/*.cxx" - ], - "output_name": "btb.exe", - "compiler_flags": [ - "-fPIC" - ], - "run_after_build": false -} \ No newline at end of file + "compiler_path": "x86_64-w64-mingw32-g++.exe", + "compiler_std": "c++20", + "headers_path": ["inc", "vendor"], + "sources_path": ["src/*.cc", "cli/*.cc"], + "output_name": "btb.exe", + "compiler_flags": ["-fPIC"], + "run_after_build": false +} -- cgit v1.2.3