mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
add missing libs for windows, allowing MinGW to link properly
This commit is contained in:
parent
44a40b30c2
commit
c1765eb02f
@ -216,7 +216,11 @@ local common_link_win = {
|
|||||||
"Winmm" .. mingw_static_whole_archive,
|
"Winmm" .. mingw_static_whole_archive,
|
||||||
"Bcrypt" .. mingw_static_whole_archive,
|
"Bcrypt" .. mingw_static_whole_archive,
|
||||||
"Dbghelp" .. mingw_static_whole_archive,
|
"Dbghelp" .. mingw_static_whole_archive,
|
||||||
|
-- gamepad
|
||||||
"Xinput" .. mingw_static_whole_archive,
|
"Xinput" .. mingw_static_whole_archive,
|
||||||
|
-- imgui / overlay
|
||||||
|
"Gdi32" .. mingw_static_whole_archive,
|
||||||
|
"Dwmapi" .. mingw_static_whole_archive,
|
||||||
-- deps
|
-- deps
|
||||||
"ssq" .. mingw_static_whole_archive,
|
"ssq" .. mingw_static_whole_archive,
|
||||||
"zlibstatic" .. mingw_static_whole_archive,
|
"zlibstatic" .. mingw_static_whole_archive,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user