cleanup: rename shared libraries to remove 'lib' prefix

This commit is contained in:
2026-07-08 10:12:32 +02:00
parent 75ef340359
commit 3a446bad00
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
namespace gui::dialogs {
inline constexpr const char* LIBRARY_PATH = "0:/os/libdialogs.lib";
inline constexpr const char* LIBRARY_PATH = "0:/os/dialogs.lib";
inline constexpr const char* RUN_REQUEST_SYMBOL = "dialogs_run_request";
inline constexpr const char* MESSAGE_BOX_SYMBOL = "dialogs_message_box";