From 9e0bedc2bcdc2ee386011c693a0e7d25ffeaa803 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 23 May 2024 02:19:06 +0300 Subject: [PATCH] todo libs --- premake5.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/premake5.lua b/premake5.lua index bf3906c0..0129e088 100644 --- a/premake5.lua +++ b/premake5.lua @@ -394,6 +394,18 @@ filter { "system:linux" } filter {} -- reset the filter and remove all active keywords +-- libraries +--------- +-- filter { "system:windows", "action:gmake*", } +-- links { +-- -- CoreLibraryDependencies, copied from VS 2022 +-- "kernel32", "user32", "gdi32", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32", +-- 'Xinput', +-- -- 'mingw32', 'gcc', 'msvcrt', 'mingwex', +-- 'ucrt', 'libstdc++', +-- } + + -- post build change DOS stub + sign --------- if os.target() == "windows" then