mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-12 18:39:32 +08:00
todo libs
This commit is contained in:
parent
efdf7589bd
commit
9e0bedc2bc
12
premake5.lua
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user