From e1606f9bbc45e7ba57c461dc1ca4d4a86c5d76dd Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 9 Mar 2024 23:02:17 +0100 Subject: Replaced MachineInfo with stripped cross-platform solution It could easily handle more, but is there really need for it? Having some information about the machine in logs is nice, but with the current state of affairs most of errors are coming from bad pointer uses than anything else... InfoEx is STATIC, because it seems FoundationEx can cause multiple definitions in scenarios like this. --- StarsEx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StarsEx/CMakeLists.txt') diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt index 1bacde7..99ccabe 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -123,7 +123,6 @@ add_library( LoadScreen.cpp Locale_ss.cpp MCIWave.cpp - MachineInfo.cpp MapView.cpp Menu.cpp MenuDlg.cpp @@ -284,6 +283,7 @@ target_link_libraries( PUBLIC Png::png PUBLIC Opcode PRIVATE Sha1 + PRIVATE InfoEx ) target_compile_definitions( StarsEx -- cgit v1.1